Limit number of upstream nameservers when logging configuration.

This commit is contained in:
Simon Kelley
2016-05-03 22:34:06 +01:00
parent 69cbf78bb6
commit b97026035e
3 changed files with 14 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#define TIMEOUT 10 /* drop UDP queries after TIMEOUT seconds */
#define FORWARD_TEST 50 /* try all servers every 50 queries */
#define FORWARD_TIME 20 /* or 20 seconds */
#define SERVERS_LOGGED 30 /* Only log this many servers when logging state */
#define RANDOM_SOCKS 64 /* max simultaneous random ports */
#define LEASE_RETRY 60 /* on error, retry writing leasefile after LEASE_RETRY seconds */
#define CACHESIZ 150 /* default cache size */