Encryption and major changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user