update allowed countries

This commit is contained in:
♥ Minnie ♥ 2024-03-03 09:58:47 +08:00
parent 9a75f36d1a
commit 893ca9a30c

View file

@ -17,7 +17,7 @@
];
# Restrict access based on geo-location
geoblock.plugin.geoblock = {
silentStartUp = "true";
silentStartUp = "false";
allowLocalRequests = "true";
# If set to true will show a log message
logLocalRequests = "false";
@ -31,6 +31,9 @@
# List of countries to allow access
countries = [
"AU" # Australia
"NZ" # New Zealand
"GB" # United Kingdom of Great Britian and Northern Ireland (the)
"US" # United States of America (the)
];
# Inverts filter logic
blackListMode = "false";