Commit bf960f1a authored by Max Lv's avatar Max Lv

fix #350

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