Update bind9/named.conf
This commit is contained in:
@@ -4,7 +4,7 @@ acl internal {
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
forwarders {
|
forwarders {
|
||||||
192.168.1.254
|
192.168.1.254;
|
||||||
8.8.8.8;
|
8.8.8.8;
|
||||||
8.8.4.4;
|
8.8.4.4;
|
||||||
};
|
};
|
||||||
@@ -14,4 +14,4 @@ options {
|
|||||||
zone "johnsnexus.click" IN {
|
zone "johnsnexus.click" IN {
|
||||||
type master;
|
type master;
|
||||||
file "/etc/bind/johnsnexus-click.zone"; # external site name
|
file "/etc/bind/johnsnexus-click.zone"; # external site name
|
||||||
}
|
};
|
||||||
Reference in New Issue
Block a user