mirror of
https://github.com/fumiama/dnskip.git
synced 2026-06-13 06:50:29 +08:00
chore: update deps
This commit is contained in:
2
main.go
2
main.go
@@ -36,7 +36,7 @@ var (
|
||||
func main() {
|
||||
iphost := flag.String("l", "127.0.0.1:5345", "listen DNS UDP port")
|
||||
fbsrv := flag.String("fb", "127.0.0.1:53", "fallback to DNS UDP port")
|
||||
debug := flag.Bool("d", false, "show debuf log")
|
||||
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")
|
||||
flag.Parse()
|
||||
|
||||
Reference in New Issue
Block a user