forked from ben/dns
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
405 B
Plaintext
27 lines
405 B
Plaintext
masters envs { 89.163.145.170; };
|
|
|
|
zone "envs.net" {
|
|
type slave;
|
|
file "/var/cache/bind/fwd.envs.net";
|
|
masters { envs; };
|
|
};
|
|
|
|
zone "envs.sh" {
|
|
type slave;
|
|
file "/var/cache/bind/fwd.envs.sh";
|
|
masters { envs; };
|
|
};
|
|
|
|
zone "envs.o" {
|
|
type slave;
|
|
file "/var/cache/bind/fwd.envs.o";
|
|
masters { envs; };
|
|
};
|
|
|
|
zone "envs.tilde" {
|
|
type slave;
|
|
file "/var/cache/bind/fwd.envs.tilde";
|
|
masters { envs; };
|
|
};
|
|
|