Skip to content

Commit

Permalink
chore: add disable-quic flag for easyss
Browse files Browse the repository at this point in the history
  • Loading branch information
nange committed Mar 23, 2024
1 parent c2cb52e commit 93c658e
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 @@ -35,6 +35,7 @@ func main() {
flag.BoolVar(&cmdConfig.EnableForwardDNS, "enable-forward-dns", false, "start a local dns server to forward dns request")
flag.BoolVar(&cmdConfig.EnableTun2socks, "enable-tun2socks", false, "enable tun2socks model. default: false")
flag.BoolVar(&cmdConfig.DisableIPV6, "disable-ipv6", true, "disable ipv6 network. default: true")
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.BoolVar(&enablePprof, "enable-pprof", false, "enable pprof server. default bind to :6060")
Expand Down

0 comments on commit 93c658e

Please sign in to comment.