siotp/sisr1/tp02-dns/dns2/named.conf.local
tom.guerin 75e6e843e5 dns2
2025-02-06 14:22:03 +01:00

16 lines
311 B
Plaintext

// zone directe
zone "sio-tg.lan" {
type slave;
file "/etc/bind/db.sio-tg.lan";
masters {192.168.0.121; };
masterfile-format text;
};
// zone inverse
zone "0.168.192.in-addr.arpa" {
type slave;
notify no;
file "/etc/bind/db.sio-tg.lan.rev";
masters { 192.168.0.121; };
};