diff --git a/config.json b/config.json index 1220e4e..ee7b7c2 100644 --- a/config.json +++ b/config.json @@ -39,6 +39,14 @@ "uri": "https://raw.githubusercontent.com/1andrevich/Re-filter-lists/refs/heads/main/ipsum.lst" } }, + { + "type": "text", + "action": "add", + "args": { + "name": "ru-whitelist", + "uri": "https://raw.githubusercontent.com/hxehex/russia-mobile-internet-whitelist/refs/heads/main/cidrwhitelist.txt" + } + }, { "type": "maxmindGeoLite2ASNCSV", "action": "add", @@ -100,7 +108,7 @@ "args": { "outputDir": "./output", "outputName": "geoip-ru-only.dat", - "wantedList": ["ru-blocked", "ru-blocked-community", "re-filter", "private"] + "wantedList": ["ru-blocked", "ru-blocked-community", "re-filter", "private", "ru-whitelist"] } }, { @@ -109,7 +117,7 @@ "args": { "outputDir": "./output", "oneFilePerList": true, - "wantedList": ["ru-blocked", "ru-blocked-community", "re-filter", "private"] + "wantedList": ["ru-blocked", "ru-blocked-community", "re-filter", "private", "ru-whitelist"] } }, { @@ -128,6 +136,7 @@ "overwriteList": [ "ru-blocked", "ru-blocked-community", + "ru-whitelist", "private", "cloudflare", "cloudfront", @@ -168,7 +177,7 @@ "args": { "outputDir": "./output", "outputName": "Country-ru-only.mmdb", - "wantedList": ["ru-blocked", "ru-blocked-community", "re-filter", "private"] + "wantedList": ["ru-blocked", "ru-blocked-community", "re-filter", "private", "ru-whitelist"] } }, { @@ -219,4 +228,4 @@ } } ] -} \ No newline at end of file +}