Skip to content

Commit aef48ac

Browse files
committed
2025-06-23 09:33:30
1 parent a830ca8 commit aef48ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/daze/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ func main() {
6767
switch subCommand {
6868
case "server":
6969
var (
70+
flCipher = flag.String("k", "daze", "password, should be same with the one specified by client")
7071
flDnserv = flag.String("dns", "", "specifies the DNS, DoT or DoH server")
7172
flExtend = flag.String("e", "", "extend data for different protocols")
7273
flGpprof = flag.String("g", "", "specify an address to enable net/http/pprof")
7374
flLimits = flag.String("b", "", "set the maximum bandwidth in bytes per second, for example, 128k or 1.5m")
74-
flCipher = flag.String("k", "daze", "password, should be same with the one specified by client")
7575
flListen = flag.String("l", "0.0.0.0:1081", "listen address")
7676
flProtoc = flag.String("p", "ashe", "protocol {ashe, baboon, czar, dahlia}")
7777
)

0 commit comments

Comments
 (0)