mirror of
https://github.com/runetfreedom/russia-blocked-geoip.git
synced 2026-05-08 14:43:20 +00:00
17
config.json
17
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 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user