dns-ddns-and-dhcp-on-a-linu.../etc/bind/named.conf.local
2022-07-15 12:23:09 +02:00

14 lines
286 B
Plaintext

zone "mydomain.com" {
type master;
notify yes;
file "/var/lib/bind/db.mydomain.com";
allow-update { key rndc-key; };
};
zone "200.199.10.in-addr.arpa" IN {
type master;
notify yes;
file "/var/lib/bind/db.200.199.10.in-addr.arpa.rev";
allow-update { key rndc-key; };
};