changed network ip range to 192.168.4.0/24
This commit is contained in:
@@ -23,7 +23,7 @@ acl "xfer" {
|
||||
*/
|
||||
acl "trusted" {
|
||||
127.0.0.0/8;
|
||||
192.168.2.0/24;
|
||||
192.168.4.0/24;
|
||||
::1/128;
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ options {
|
||||
//bindkeys-file "/etc/bind/bind.keys";
|
||||
|
||||
/*listen-on-v6 { ::1; };*/
|
||||
listen-on { 127.0.0.1; 192.168.2.12; };
|
||||
listen-on { 127.0.0.1; 192.168.4.12; };
|
||||
|
||||
allow-query {
|
||||
/*
|
||||
@@ -123,7 +123,7 @@ controls {
|
||||
};
|
||||
|
||||
view "internal" {
|
||||
match-clients { 192.168.2.12; localhost; 192.168.2.0/24; };
|
||||
match-clients { 192.168.4.12; localhost; 192.168.4.0/24; };
|
||||
recursion yes;
|
||||
|
||||
zone "." in {
|
||||
@@ -149,7 +149,7 @@ view "internal" {
|
||||
allow-transfer { none; };
|
||||
};
|
||||
|
||||
zone "2.168.192.in-addr.arpa." IN {
|
||||
zone "4.168.192.in-addr.arpa." IN {
|
||||
type master;
|
||||
file "pri/xai-corp.net.reverse";
|
||||
allow-update { none; };
|
||||
|
||||
Reference in New Issue
Block a user