blacklist russia
This commit is contained in:
parent
f921042723
commit
f961f63c23
|
@ -28,15 +28,12 @@
|
||||||
apiTimeoutMs = "750";
|
apiTimeoutMs = "750";
|
||||||
# Max size of least recently used cache
|
# Max size of least recently used cache
|
||||||
cacheSize = "25";
|
cacheSize = "25";
|
||||||
# List of countries to allow access
|
# List of countries to block access
|
||||||
countries = [
|
countries = [
|
||||||
"AU" # Australia
|
"RU" # Russian Federation (the)
|
||||||
"NZ" # New Zealand
|
|
||||||
"GB" # United Kingdom of Great Britian and Northern Ireland (the)
|
|
||||||
"US" # United States of America (the)
|
|
||||||
];
|
];
|
||||||
# Inverts filter logic
|
# Inverts filter logic
|
||||||
blackListMode = "false";
|
blackListMode = "true";
|
||||||
# Unknown Countries (IPs with no country association)
|
# Unknown Countries (IPs with no country association)
|
||||||
allowUnknownCountries = "false";
|
allowUnknownCountries = "false";
|
||||||
unknownCountryApiResponse = "nil";
|
unknownCountryApiResponse = "nil";
|
||||||
|
|
Loading…
Reference in a new issue