mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
query port randomization
added query port randomization
This commit is contained in:
11
named.conf
11
named.conf
@@ -11,15 +11,18 @@
|
||||
// configuration located in /usr/share/doc/bind-{version}/Bv9ARM.html
|
||||
|
||||
options {
|
||||
listen-on port 53 { any; };
|
||||
listen-on-v6 port 53 { any; };
|
||||
query-source port 53;
|
||||
listen-on port 53 { any; };
|
||||
listen-on-v6 port 53 { any; };
|
||||
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";
|
||||
memstatistics-file "/var/named/data/named_mem_stats.txt";
|
||||
version "[hidden]";
|
||||
allow-query { any; };
|
||||
allow-query { any; };
|
||||
|
||||
forwarders {
|
||||
142.4.204.111;
|
||||
|
||||
Reference in New Issue
Block a user