Skip to content

Commit

Permalink
Renamed obfs4 parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Mar 28, 2016
1 parent 88d6b89 commit 50553b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ var (
serverId = flag.String("serverid", "", "Server Id required for Pro-supporting servers")
token = flag.String("token", "", "Lantern token")
tunnelPorts = flag.String("tunnelports", "", "Comma seperated list of ports allowed for HTTP CONNECT tunnel. Allow all ports if empty.")
obfs4Addr = flag.String("obfs4.addr", "", "Provide an address here in order to listen with obfs4")
obfs4Dir = flag.String("obfs4.dir", ".", "Directory where obfs4 can store its files")
obfs4Addr = flag.String("obfs4-addr", "", "Provide an address here in order to listen with obfs4")
obfs4Dir = flag.String("obfs4-dir", ".", "Directory where obfs4 can store its files")
)

func main() {
Expand Down

0 comments on commit 50553b1

Please sign in to comment.