Commit 1424e056 authored by Max Lv's avatar Max Lv

disable IPv6 resolver in all route mode. #275

parent ed79e009
......@@ -82,6 +82,9 @@ object ConfigUtils {
| label = "local";
| ip = 127.0.0.1;
| port = %d;
| reject = ::/0;
| reject_policy = negate;
| reject_recursively = on;
| timeout = 5;
|}
|
......
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