This commit is contained in:
tmferreira-ti
2025-09-16 20:43:33 -03:00
commit 66fcc33282
21 changed files with 580 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// 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; };
};