mirror of
https://github.com/fumiama/dnskip.git
synced 2026-06-23 22:30:24 +08:00
fix: frag len
This commit is contained in:
2
main.go
2
main.go
@@ -42,7 +42,7 @@ func main() {
|
|||||||
flag.UintVar(&timeout, "to", 4, "dial timeout in sec")
|
flag.UintVar(&timeout, "to", 4, "dial timeout in sec")
|
||||||
flag.BoolVar(&forcefb, "ffb", false, "force using fallback")
|
flag.BoolVar(&forcefb, "ffb", false, "force using fallback")
|
||||||
flag.BoolVar(&ip.IsIPv6Available, "6", false, "use ipv6 servers")
|
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()
|
flag.Parse()
|
||||||
|
|
||||||
if *debug {
|
if *debug {
|
||||||
|
|||||||
Reference in New Issue
Block a user