bneradt commented on code in PR #12234:
URL: https://github.com/apache/trafficserver/pull/12234#discussion_r2153296936


##########
doc/admin-guide/plugins/header_rewrite.en.rst:
##########
@@ -323,6 +323,16 @@ setting headers. For example::
         set-header ATS-Geo-ASN %{GEO:ASN}
         set-header ATS-Geo-ASN-NAME %{GEO:ASN-NAME}
 
+Additionally, you can specify a client request header to use to extract an IP 
address
+value from. This is specified as a second argument, separated with a second 
comma.
+For example::
+
+    cond %{GEO:COUNTRY:X-Client-IP} =US
+        set-status 403

Review Comment:
   > This is specified as a second argument, separated with a second comma.
   
   Should this say, separated by a second `colon` instead of `comma` ?



-- 
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: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to