Encryption and major changes

This commit is contained in:
2024-09-28 23:12:19 +02:00
parent 1f060541c3
commit 6248286ad2
159 changed files with 153 additions and 129 deletions
@@ -6,8 +6,8 @@ if [ $# -ne 1 ]; then
exit 0 # return true in case of config issue
fi
NETWORKS="{{ ssh_allowed_networks | join(" ") }}"
ALLOW_COUNTRIES="{{ ssh_allowed_zones | join(" ") }}"
NETWORKS="{{ geoip_ssh_allowed_networks | join(" ") }}"
ALLOW_COUNTRIES="{{ geoip_ssh_allowed_zones | join(" ") }}"
GEOIPTOOL=$(which geoiplookup)
# Fetch the GitHub runner IP ranges