diff --git a/cmd/main.go b/cmd/main.go index 3e07054..f5a710a 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -80,7 +80,7 @@ func init() { // Proxy args.ProxyServer = flag.String("proxyServer", "", "Proxy server address") - args.UdpTimeout = flag.Duration("udpTimeout", 30*time.Second, "UDP session timeout") + args.UdpTimeout = flag.Duration("udpTimeout", 60*time.Second, "UDP session timeout") } func main() {