Merge branch 'master' of deepend/.tilde into master

added query port randomization
This commit is contained in:
deepend 2018-11-25 02:15:17 -05:00 committed by Gitea
commit c0d41cc586
1 changed files with 7 additions and 4 deletions

View File

@ -13,7 +13,10 @@
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { any; };
query-source port 53;
query-source port *;
use-v4-udp-ports { range 3000 8000; };
use-v6-udp-ports { range 3000 8000; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";