Skip to content

Commit 2d6d791

Browse files
authored
Bump version to v1.18.0
1 parent 15d50cd commit 2d6d791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/daze/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var Conf = struct {
2727
}{
2828
PathRule: "/rule.ls",
2929
PathCIDR: "/rule.cidr",
30-
Version: "1.17.2",
30+
Version: "1.18.0",
3131
}
3232

3333
const helpMsg = `Usage: daze <command> [<args>]
@@ -69,7 +69,7 @@ func main() {
6969
flListen = flag.String("l", "0.0.0.0:1081", "listen address")
7070
flCipher = flag.String("k", "daze", "password, should be same with the one specified by client")
7171
flDnserv = flag.String("dns", "", "such as 8.8.8.8:53")
72-
flProtoc = flag.String("p", "ashe", "protocol {ashe, baboon, czar}")
72+
flProtoc = flag.String("p", "ashe", "protocol {ashe, baboon, czar, dahlia}")
7373
flExtend = flag.String("e", "", "extend data for different protocols")
7474
)
7575
flag.Parse()
@@ -110,7 +110,7 @@ func main() {
110110
flRulels = flag.String("r", filepath.Join(resExec, Conf.PathRule), "rule path")
111111
flCIDRls = flag.String("c", filepath.Join(resExec, Conf.PathCIDR), "cidr path")
112112
flDnserv = flag.String("dns", "", "such as 8.8.8.8:53")
113-
flProtoc = flag.String("p", "ashe", "protocol {ashe, baboon, czar}")
113+
flProtoc = flag.String("p", "ashe", "protocol {ashe, baboon, czar, dahlia}")
114114
)
115115
flag.Parse()
116116
log.Println("main: remote server is", *flServer)

0 commit comments

Comments
 (0)