Add monitoring countries to allowed_countries_codes list
All checks were successful
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 41s
Python Lint Check / check-python (push) Successful in 7s

This commit is contained in:
2025-10-26 00:24:17 +00:00
parent e14dd1d224
commit a11376fe96

View File

@@ -73,10 +73,10 @@ allowed_countries_codes:
- JP # Japan - JP # Japan
- KR # South Korea - KR # South Korea
- CH # Switzerland - CH # Switzerland
- AU # Australia (Added for UpDown.io to monitor server uptime)
# IP ranges for blocked countries (generated automatically) - CA # Canada (Added for UpDown.io to monitor server uptime)
# This will be populated by the country blocking script - FI # Finland (Added for UpDown.io to monitor server uptime)
blocked_countries: [] - SG # Singapore (Added for UpDown.io to monitor server uptime)
# Enable/disable country blocking globally # Enable/disable country blocking globally
enable_country_blocking: true enable_country_blocking: true