1
0
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:
源文雨
2025-10-05 18:19:52 +08:00
parent aff52a4a34
commit 814401bacd
3 changed files with 4 additions and 4 deletions

View File

@@ -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()