Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options {
- directory "/var/cache/bind";
- listen-on-v6 {
- "any";
- };
- allow-recursion {
- "trusted";
- };
- auth-nxdomain no;
- dnssec-enable no;
- dnssec-validation no;
- recursion yes;
- allow-query {
- "trusted";
- };
- forwarders {
- 212.54.*.*;
- 212.54.*.*;
- };
- };
- acl "trusted" {
- 192.168.178.16/32;
- 127.0.0.1/32;
- 84.31.*.*/32;
- };
- logging {
- channel "bind_log" {
- file "/var/log/named/named.log" versions 5 size 31457280;
- severity info;
- print-time yes;
- print-severity yes;
- print-category yes;
- };
- category "default" {
- "bind_log";
- };
- category "queries" {
- "bind_log";
- };
- };
- key "rndc-key" {
- algorithm "hmac-md5";
- secret "***********==";
- };
- zone "hulu.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "huluim.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "netflix.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "abc.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "abc.go.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "fox.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "link.theplatform.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "nbc.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "nbcuni.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "pandora.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "broadband.espn.go.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "ip2location.com." {
- type master;
- file "/etc/bind/db.override";
- };
- zone "." {
- type hint;
- file "/etc/bind/db.root";
- };
- zone "localhost" {
- type master;
- file "/etc/bind/db.local";
- };
- zone "127.in-addr.arpa" {
- type master;
- file "/etc/bind/db.127";
- };
- zone "0.in-addr.arpa" {
- type master;
- file "/etc/bind/db.0";
- };
- zone "255.in-addr.arpa" {
- type master;
- file "/etc/bind/db.255";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement