1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-05 00:32:41 +08:00

fix: frag len

This commit is contained in:
源文雨
2025-10-29 20:10:17 +08:00
parent ebba7ec729
commit 3a764b94d2

View File

@@ -42,7 +42,7 @@ func main() {
flag.UintVar(&timeout, "to", 4, "dial timeout in sec")
flag.BoolVar(&forcefb, "ffb", false, "force using fallback")
flag.BoolVar(&ip.IsIPv6Available, "6", false, "use ipv6 servers")
frag := flag.Uint("frag", 3, "TLS first fragemt size (0 to disable)")
frag := flag.Uint("frag", 4, "TLS first fragemt size (0 to disable)")
flag.Parse()
if *debug {