ezelkow1 commented on code in PR #8982: URL: https://github.com/apache/trafficserver/pull/8982#discussion_r930500749
########## doc/admin-guide/plugins/maxmind_acl.en.rst: ########## @@ -78,3 +78,32 @@ Optional ======== There is an optional ``html`` field which takes a html file that will be used as the body of the response for any denied requests if you wish to use a custom one. + +Anonymous +========= + +There is also an optional ``anonymous`` field. This allows you to use the maxmind anonymous IP database and reference it's optional fields. These are ``ip``, ``vpn``, Review Comment: yes, meant to be used with, https://dev.maxmind.com/geoip/docs/databases/anonymous-ip?lang=en#binary-database (product page: https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/anonymous-ip-database), the maxmind anonymous IP database. It's the same format but more barebones than the normal geo since its just a handful of fields returned with no nested structure to it -- 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]
