diff options
Diffstat (limited to 'config-example.json')
| -rw-r--r-- | config-example.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config-example.json b/config-example.json index f2a1363b..0396feae 100644 --- a/config-example.json +++ b/config-example.json @@ -113,6 +113,14 @@ "type": "maxmindMMDB", "action": "output", "args": { + "outputName": "Country.mmdb", + "overwriteList": ["cn", "private"] + } + }, + { + "type": "maxmindMMDB", + "action": "output", + "args": { "outputName": "country-only-cn-private.mmdb", "wantedList": ["cn", "private"] } |
