Files
ASOR/Confs/srv2/dns/named.conf.local
tmferreira-ti 66fcc33282 .
2025-09-16 20:43:33 -03:00

13 lines
260 B
Plaintext

// DNS
zone "fatecseg.edu.br" IN {
type slave;
file "/var/lib/bind/db.fatecseg.edu.br";
masters { 172.17.0.1; };
};
// DNS Reverso
zone "0.17.172.in-addr.arpa" {
type slave;
file "/var/lib/bind/db.0.17.172";
masters { 172.17.0.1; };
};