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"
|
"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",
|
"type": "maxmindGeoLite2ASNCSV",
|
||||||
"action": "add",
|
"action": "add",
|
||||||
@@ -100,7 +108,7 @@
|
|||||||
"args": {
|
"args": {
|
||||||
"outputDir": "./output",
|
"outputDir": "./output",
|
||||||
"outputName": "geoip-ru-only.dat",
|
"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": {
|
"args": {
|
||||||
"outputDir": "./output",
|
"outputDir": "./output",
|
||||||
"oneFilePerList": true,
|
"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": [
|
"overwriteList": [
|
||||||
"ru-blocked",
|
"ru-blocked",
|
||||||
"ru-blocked-community",
|
"ru-blocked-community",
|
||||||
|
"ru-whitelist",
|
||||||
"private",
|
"private",
|
||||||
"cloudflare",
|
"cloudflare",
|
||||||
"cloudfront",
|
"cloudfront",
|
||||||
@@ -168,7 +177,7 @@
|
|||||||
"args": {
|
"args": {
|
||||||
"outputDir": "./output",
|
"outputDir": "./output",
|
||||||
"outputName": "Country-ru-only.mmdb",
|
"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