mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
query port randomization
added query port randomization
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user