From c01cadbade090bf99c6470b5be0b4b14fa71446a Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 1 Aug 2019 00:02:30 +0200 Subject: [PATCH] doc: fix geoip syntax Spaces are not allowed before country code. --- doc/userguide/rules/header-keywords.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/userguide/rules/header-keywords.rst b/doc/userguide/rules/header-keywords.rst index bae2865876..d516fa2152 100644 --- a/doc/userguide/rules/header-keywords.rst +++ b/doc/userguide/rules/header-keywords.rst @@ -142,11 +142,11 @@ API of MaxMind. The syntax of geoip:: - geoip: src, RU; - geoip: both, CN, RU; - geoip: dst, CN, RU, IR; - geoip: both, US, CA, UK; - geoip: any, CN, IR; + geoip: src,RU; + geoip: both,CN,RU; + geoip: dst,CN,RU,IR; + geoip: both,US,CA,UK; + geoip: any,CN,IR; So, you can see you can use the following to make clear on which direction you would like to match::