Skip to content

Commit

Permalink
Set Original name by default to avoid surprise
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Mar 2, 2021
1 parent 615c5ab commit f4ab976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (
RunMode = flag.String("mode", "", "run mode. must be client or server")
LocalAddr = flag.String("local", "", "local address to listen")
RemoteAddr = flag.String("remote", "", "remote address to connect")
ServiceName = flag.String("name", "", "")
ServiceName = flag.String("name", "GunService", "")
CertPath = flag.String("cert", "", "(server) certificate (*.pem) path")
KeyPath = flag.String("key", "", "(server) certificate key (*.key) path")
ServerName = flag.String("sni", "", "(client) optionally override SNI")
Expand Down

0 comments on commit f4ab976

Please sign in to comment.