mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-08 02:00:43 +08:00
set default ICMP delay to 1
This commit is contained in:
@@ -77,7 +77,7 @@ func main() {
|
||||
args.TunMask = flag.String("tunMask", "255.255.255.0", "TUN interface netmask, it should be a prefixlen (a number) for IPv6 address")
|
||||
args.TunDns = flag.String("tunDns", "1.1.1.1", "DNS resolvers for TUN interface (Windows Only)")
|
||||
args.ProxyType = flag.String("proxyType", "socks", "Proxy handler type")
|
||||
args.DelayICMP = flag.Int("delayICMP", 10, "Delay ICMP packets for a short period of time, in milliseconds")
|
||||
args.DelayICMP = flag.Int("delayICMP", 1, "Delay ICMP packets for a short period of time, in milliseconds")
|
||||
args.LogLevel = flag.String("loglevel", "info", "Logging level. (debug, info, warn, error, none)")
|
||||
|
||||
flag.Parse()
|
||||
|
Reference in New Issue
Block a user