traeak commented on code in PR #13160:
URL: https://github.com/apache/trafficserver/pull/13160#discussion_r3289672733


##########
doc/admin-guide/plugins/maxmind_acl.en.rst:
##########
@@ -113,4 +113,47 @@ The plugin also supports optional fields from GeoGuard 
databases which includes:
 ``vpn_datacenter``
 ``relay_proxy``
 ``proxy_over_vpn``
-``smart_dns_proxy``
\ No newline at end of file
+``smart_dns_proxy``
+
+Bypass
+======
+
+An optional ``bypass`` field allows a request to skip all geo checks entirely 
and pass through
+unmodified. If the specified request header is present, the plugin returns 
immediately without
+performing any country, IP, regex, or anonymous evaluation.
+
+``header``
+   Required sub-key. The name of the HTTP request header to look for, e.g. 
``@GeoBypass``.
+
+``value``
+   Required sub-key. The header field value must match this string exactly for 
the bypass to
+   trigger. Both ``header`` and ``value`` must be present and non-empty; 
omitting either
+   disables the bypass entirely and a warning is emitted to the ATS error log.

Review Comment:
   this has been changed.



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