Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include "/etc/bind/zones.rfc1918";
- zone "home.ngs" {
- type primary;
- file "/etc/bind/zones/db.home.ngs";
- allow-update { none; };
- allow-transfer { secondary_zones; };
- };
- zone "10.in-addr.arpa" {
- type primary;
- file "/etc/bind/zones/db.10";
- allow-update { none; };
- allow-transfer { secondary_zones; };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement