Discussion:
GeoIP ACL
Sachchidanand Upadhyay via bind-users
2021-04-25 08:17:31 UTC
Permalink
Hi,

I am using geoip based ACL to restrict traffic. Now I want to allow all country traffic except two or three, like i want to allow all traffic except country A, B and C.

Can anyone give an example to achieve the same?

BR,
Sachchidanand
Evan Hunt
2021-04-25 22:53:50 UTC
Permalink
Post by Sachchidanand Upadhyay via bind-users
I am using geoip based ACL to restrict traffic. Now I want to allow all
country traffic except two or three, like i want to allow all traffic
except country A, B and C.
Can anyone give an example to achieve the same?
match-clients { !geoip country A; !geoip country B; !geoip country C; any; };
--
Evan Hunt -- ***@isc.org
Internet Systems Consortium, Inc.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-***@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users
Loading...