Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
User-Agent: point to tapdance.team/info
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfrolov committed Apr 26, 2017
1 parent 058dc73 commit 63731d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapdance/tdConn.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ func (tdConn *tapdanceConn) prepareTDRequest() (tdRequest string, err error) {
// Ideally, it is never processed by decoy
tdRequest = "GET / HTTP/1.1\r\n"
tdRequest += "Host: " + tdConn.decoySNI + "\r\n"
tdRequest += "User-Agent: TapDance/1.1 (+https://decoyrouting.com/info)\r\n"
tdRequest += "User-Agent: TapDance/1.1 (+https://tapdance.team/info)\r\n"
tdRequest += "X-Ignore: "

tdRequest += getRandPadding(0, 650, 10)
Expand Down

0 comments on commit 63731d3

Please sign in to comment.