mirror of
https://github.com/fumiama/dnskip.git
synced 2026-06-27 00:00:23 +08:00
chore: update deps
This commit is contained in:
2
main.go
2
main.go
@@ -38,7 +38,7 @@ func main() {
|
||||
fbsrv := flag.String("fb", "127.0.0.1:53", "fallback to DNS UDP port")
|
||||
debug := flag.Bool("d", false, "show debug log")
|
||||
flag.BoolVar(&forcefb, "ffb", false, "force using fallback")
|
||||
frag := flag.Uint("frag", 3, "TLS first fragemt size")
|
||||
frag := flag.Uint("frag", 3, "TLS first fragemt size (0 to disable)")
|
||||
flag.Parse()
|
||||
|
||||
if *debug {
|
||||
|
||||
Reference in New Issue
Block a user