dns: do not match all of 10.x.x.x or first one wins
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7bc3e67410
commit
8c5b664a03
1 changed files with 4 additions and 4 deletions
|
@ -95,8 +95,8 @@ controls {
|
|||
};
|
||||
|
||||
view "IAD2" {
|
||||
match-clients { iad2net; rh-slaves; 192.168.0.0/16; rh; };
|
||||
allow-recursion { localhost; iad2net; rh-slaves; rh; };
|
||||
match-clients { iad2net; rh-slaves; 192.168.0.0/16; };
|
||||
allow-recursion { localhost; iad2net; rh-slaves; };
|
||||
recursion yes;
|
||||
// no rate-limit on internal requests
|
||||
rate-limit {
|
||||
|
@ -549,8 +549,8 @@ view "RDU2" {
|
|||
};
|
||||
|
||||
view "RDU3" {
|
||||
match-clients { rdu3net; rh-slaves; 192.168.0.0/16; rh; };
|
||||
allow-recursion { localhost; rdu3net; rh-slaves; rh; };
|
||||
match-clients { rdu3net; rh-slaves; 192.168.0.0/16; };
|
||||
allow-recursion { localhost; rdu3net; rh-slaves; };
|
||||
recursion yes;
|
||||
// no rate-limit on internal requests
|
||||
rate-limit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue