You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
- zone "site1.example.com" {
- type master;
- file "/etc/bind/config/internal/db.site1.example.com";
- };
- zone "dhcp.site1.example.com" {
- type master;
- file "/etc/bind/config/internal/db.dhcp.site1.example.com";
- };
- zone "100.15.10.in-addr.arpa" {
- type master;
- file "/etc/bind/config/internal/db.100.15.10.in-addr.arpa";
- };
|