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:
Kevin Fenzi 2025-05-27 17:20:31 -07:00
parent 7bc3e67410
commit 8c5b664a03

View file

@ -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 {