Commit 79acf140 authored by Max Lv's avatar Max Lv

Reduce the timeout of default DNS server

parent 5f43500b
...@@ -117,7 +117,7 @@ object ConfigUtils { ...@@ -117,7 +117,7 @@ object ConfigUtils {
|server { |server {
| label = "remote-servers"; | label = "remote-servers";
| ip = %s; | ip = %s;
| timeout = 5; | timeout = 3;
| uptest = none; | uptest = none;
| preset = on; | preset = on;
| %s | %s
......
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