mirror of
https://git.envs.net/envs/DNS
synced 2024-11-13 12:33:14 +01:00
deactivate not working forward zone
This commit is contained in:
parent
b38853b1a1
commit
7417952f25
@ -9,5 +9,5 @@
|
|||||||
include "/etc/bind/named.conf.options";
|
include "/etc/bind/named.conf.options";
|
||||||
include "/etc/bind/named.conf.local";
|
include "/etc/bind/named.conf.local";
|
||||||
include "/etc/bind/named.conf.slaves";
|
include "/etc/bind/named.conf.slaves";
|
||||||
include "/etc/bind/named.conf.forward";
|
//include "/etc/bind/named.conf.forward";
|
||||||
include "/etc/bind/named.conf.default-zones";
|
include "/etc/bind/named.conf.default-zones";
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
zone "tilde." IN {
|
zone "tilde." IN {
|
||||||
type forward;
|
type forward;
|
||||||
forward only;
|
forward only;
|
||||||
forwarders { 139.59.215.24; 149.56.184.112; };
|
forwarders { 149.56.184.112; 213.239.234.117; };
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user