doc: fix geoip syntax

Spaces are not allowed before country code.
pull/4113/head
Eric Leblond 6 years ago committed by Victor Julien
parent 9d6f1d318a
commit c01cadbade

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

Loading…
Cancel
Save