Skip to content

Commit

Permalink
client arg change
Browse files Browse the repository at this point in the history
  • Loading branch information
ktcunreal committed Sep 8, 2021
1 parent 4f74dca commit c49bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func LoadClientConf() *Client {
socksserver := flag.String("s", "", "Socks server address")
socksclient := flag.String("l", "", "Socks client address")
tcpserver := flag.String("t", "", "Tcp server address")
tcpclient := flag.String("a", "", "Tcp client address")
tcpclient := flag.String("b", "", "Tcp client address")
config := flag.String("c", "./config.json", "Configuration path")
comp := flag.String("z", "snappy", "Use compression")
psk := flag.String("p", "", "Pre-shared Key")
Expand Down

0 comments on commit c49bbb1

Please sign in to comment.