diff options
| author | Loyalsoldier <[email protected]> | 2021-11-21 16:01:14 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2021-11-21 16:11:27 +0800 |
| commit | e6ba294e299df2018531a1c0ac6455f65fbaebc4 (patch) | |
| tree | 8dd8ce73732bee08151d975ff9768751179594c8 /config-example.json | |
| parent | 7ace2d59a8c55da66acd3d1a378aac43cc5c2e38 (diff) | |
Fix: use cutter to remove entry
Diffstat (limited to 'config-example.json')
| -rw-r--r-- | config-example.json | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/config-example.json b/config-example.json index 2084864d..f2a1363b 100644 --- a/config-example.json +++ b/config-example.json @@ -18,21 +18,6 @@ } }, { - "type": "v2rayGeoIPDat", - "action": "remove", - "args": { - "wantedList": ["tw", "hk"], - "onlyIPType": "ipv6" - } - }, - { - "type": "v2rayGeoIPDat", - "action": "remove", - "args": { - "onlyIPType": "ipv6" - } - }, - { "type": "maxmindGeoLite2CountryCSV", "action": "add", "args": { @@ -46,11 +31,18 @@ "type": "cutter", "action": "remove", "args": { - "wantedList": ["cn"], + "wantedList": ["cn", "us"], "onlyIPType": "ipv4" } }, { + "type": "cutter", + "action": "remove", + "args": { + "onlyIPType": "ipv6" + } + }, + { "type": "text", "action": "add", "args": { |
