dns-ddns-and-dhcp-on-a-linu.../etc/bind/named.conf.local

14 lines
286 B
Plaintext
Raw Normal View History

2022-07-15 12:23:09 +02:00
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; };
};