Commit 8ce6bd67 authored by Mygod's avatar Mygod

Use default udp_timeout=300 instead

Refine #2625.
parent 456b15f0
...@@ -83,7 +83,6 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro ...@@ -83,7 +83,6 @@ class ProxyInstance(val profile: Profile, private val route: String = profile.ro
} }
config.put("plugin", path).put("plugin_opts", opts.toString()) config.put("plugin", path).put("plugin_opts", opts.toString())
} }
config.put("udp_max_associations", 256)
config.put("dns", "unix://local_dns_path") config.put("dns", "unix://local_dns_path")
// init local config array // init local config array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment