1
0
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:
源文雨
2025-10-06 01:35:54 +08:00
parent 22b6b78701
commit 9a0f9442c0
3 changed files with 4 additions and 4 deletions

View File

@@ -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 {