7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
// DNS
|
|
zone "fatecseg.edu.br" IN {
|
|
type slave;
|
|
file "/var/lib/bind/db.fatecseg.edu.br";
|
|
masters { 172.17.0.1; };
|
|
};
|