From a11376fe96949a75f86d057d617115da39050b2c Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sun, 26 Oct 2025 00:24:17 +0000 Subject: [PATCH] Add monitoring countries to allowed_countries_codes list --- ansible/group_vars/servers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/group_vars/servers.yml b/ansible/group_vars/servers.yml index bed20bb..7fb2303 100644 --- a/ansible/group_vars/servers.yml +++ b/ansible/group_vars/servers.yml @@ -73,10 +73,10 @@ allowed_countries_codes: - JP # Japan - KR # South Korea - CH # Switzerland - -# IP ranges for blocked countries (generated automatically) -# This will be populated by the country blocking script -blocked_countries: [] + - AU # Australia (Added for UpDown.io to monitor server uptime) + - CA # Canada (Added for UpDown.io to monitor server uptime) + - FI # Finland (Added for UpDown.io to monitor server uptime) + - SG # Singapore (Added for UpDown.io to monitor server uptime) # Enable/disable country blocking globally enable_country_blocking: true