Skip to content

Commit

Permalink
feat: support setting ServerName(-sn) in easyss command line
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Apr 29, 2024
1 parent 5e2f837 commit 8257456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/easyss/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func main() {
flag.BoolVar(&cmdConfig.DisableQUIC, "disable-quic", false, "disable quic protocol. default: false")
flag.StringVar(&cmdConfig.CAPath, "ca-path", "", "set custom CA-Cert file path")
flag.StringVar(&cmdConfig.OutboundProto, "outbound-proto", "", "set the outbound proto(native, http, https), default: native")
flag.StringVar(&cmdConfig.SN, "sn", "", "set the server name")
flag.BoolVar(&enablePprof, "enable-pprof", false, "enable pprof server. default bind to :6060")

flag.Parse()
Expand Down

0 comments on commit 8257456

Please sign in to comment.