thatsk commented on issue #9051:
URL: https://github.com/apache/trafficserver/issues/9051#issuecomment-1226100342

   ```
   map https://xxxxx/geofence.json http://xxx/geofence.json \
       @plugin=maxmind_acl.so @pparam=maxmind.yaml
   ```
   ```
   root@trafficserver: /etc/trafficserver# cat maxmind.yaml 
   maxmind:
    database: /usr/share/GeoIP/GeoIP2-Country.mmdb
    html: deny.html
    allow:
     country:
      - US
     ip:
      - 127.0.0.1
    deny:
     country:
      - IN
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to