GeoIP ACL

Evan Hunt each at isc.org
Sun Apr 25 22:53:50 UTC 2021


On Sun, Apr 25, 2021 at 01:47:31PM +0530, Sachchidanand Upadhyay via bind-users wrote:
> 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 -- each at isc.org
Internet Systems Consortium, Inc.


More information about the bind-users mailing list