Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- acl goodclients {
- localhost;
- localnets;
- };
- # AS34661 BREEZE NETWORK
- acl breeze {
- # here some network
- };
- options {
- directory "/var/named";
- dump-file "/var/named/data/cache_dump.db";
- pid-file "/var/run/named/named.pid";
- statistics-file "/var/named/data/named_stats.txt";
- version "get lost";
- allow-transfer { none; };
- recursion yes;
- allow-recursion { goodclients; breeze; };
- forwarders {
- 1.1.1.1;
- 8.8.8.8;
- };
- forward only;
- dnssec-enable yes;
- dnssec-validation yes;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement