Merge pull request #18 from Ld-Hagen/mod

Added ru-whitelist category
This commit is contained in:
runetfreedom
2026-04-09 12:41:09 +03:00
committed by GitHub

View File

@@ -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 @@
}
}
]
}
}