update allowed countries
This commit is contained in:
parent
9a75f36d1a
commit
893ca9a30c
|
@ -17,7 +17,7 @@
|
||||||
];
|
];
|
||||||
# Restrict access based on geo-location
|
# Restrict access based on geo-location
|
||||||
geoblock.plugin.geoblock = {
|
geoblock.plugin.geoblock = {
|
||||||
silentStartUp = "true";
|
silentStartUp = "false";
|
||||||
allowLocalRequests = "true";
|
allowLocalRequests = "true";
|
||||||
# If set to true will show a log message
|
# If set to true will show a log message
|
||||||
logLocalRequests = "false";
|
logLocalRequests = "false";
|
||||||
|
@ -31,6 +31,9 @@
|
||||||
# List of countries to allow access
|
# List of countries to allow access
|
||||||
countries = [
|
countries = [
|
||||||
"AU" # Australia
|
"AU" # Australia
|
||||||
|
"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 = "false";
|
||||||
|
|
Loading…
Reference in a new issue