doc: use a table to list direction filter in geoip

pull/4113/head
Eric Leblond 6 years ago committed by Victor Julien
parent c01cadbade
commit 0c84591afe

@ -149,12 +149,16 @@ The syntax of geoip::
geoip: any,CN,IR;
So, you can see you can use the following to make clear on which
direction you would like to match::
both: both directions have to match with the given geoip (geopip's)
any: one of the directions have to match with the given geoip ('s).
dest: if the destination matches with the given geoip.
src: the source matches with the given geoip.
direction you would like to match
====== =============================================================
Option Description
====== =============================================================
both Both directions have to match with the given geoip (geopip's)
any One of the directions have to match with the given geoip ('s).
dest If the destination matches with the given geoip.
src The source matches with the given geoip.
====== =============================================================
The keyword only supports IPv4. As it uses the GeoIP2 API of MaxMind,
libmaxminddb must be compiled in. You must download and install the

Loading…
Cancel
Save