Add --max-port config option.

This commit is contained in:
Hans Dedecker
2016-01-23 10:48:12 +00:00
committed by Simon Kelley
parent d05dd58de1
commit 926332a764
7 changed files with 31 additions and 5 deletions

View File

@@ -950,7 +950,7 @@ extern struct daemon {
char *log_file; /* optional log file */
int max_logs; /* queue limit */
int cachesize, ftabsize;
int port, query_port, min_port;
int port, query_port, min_port, max_port;
unsigned long local_ttl, neg_ttl, max_ttl, min_cache_ttl, max_cache_ttl, auth_ttl;
char *dns_client_id;
struct hostsfile *addn_hosts;