Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- NAMED.CONF.OPTIONS --
- options {
- directory "/var/cache/bind";
- forwarders {
- 10.10.10.99;
- };
- dnssec-validation auto;
- auth-nxdomain no; # conform to RFC1035
- listen-on-v6 { any; };
- };
- -- NAMED.CONF.LOCAL --
- include "/etc/bind/zones.rfc1918";
- zone "67.10.10.10.in-addr.arpa" {
- type master;
- file "/etc/bind/zones/10.10.10.67.rev.db";
- };
- zone "webstage.lan" {
- type master;
- file "/etc/bind/zones/webstage.lan.db";
- };
- -- WEBSTAGE.LAN.DB --
- $TTL 36400
- webstage.lan. IN SOA ns.webstage.lan. root.webstage.lan. (201311070 10800 180 1209600 36400)
- ns IN A 10.10.10.67
- @ IN NS ns.webstage.lan.
- @ IN A 10.10.10.67
- www IN A 10.10.10.67
Advertisement
Add Comment
Please, Sign In to add comment