diff options
Diffstat (limited to 'config-example.json')
| -rw-r--r-- | config-example.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config-example.json b/config-example.json index ad56c2f9..ca327f71 100644 --- a/config-example.json +++ b/config-example.json @@ -28,6 +28,31 @@ } }, { + "type": "maxmindGeoLite2ASNCSV", + "action": "add", + "args": { + "ipv4": "./geolite2/GeoLite2-ASN-Blocks-IPv4.csv", + "ipv6": "./geolite2/GeoLite2-ASN-Blocks-IPv6.csv", + "wantedList": { + "facebook": ["AS63293", "AS54115", "AS32934"], + "fastly": ["AS54113", "AS394192"] + } + } + }, + { + "type": "maxmindGeoLite2ASNCSV", + "action": "add", + "args": { + "ipv4": "./geolite2/GeoLite2-ASN-Blocks-IPv4.csv", + "ipv6": "./geolite2/GeoLite2-ASN-Blocks-IPv6.csv", + "wantedList": { + "facebook": ["AS63293", "AS54115", "AS32934"], + "fastly": ["AS54113", "AS394192"] + }, + "onlyIPType": "ipv4" + } + }, + { "type": "maxmindMMDB", "action": "add" }, |
