summaryrefslogtreecommitdiff
path: root/data/templates/ssh/sshguard_whitelist.tmpl
blob: c972ec343aa0e326b69cdeb26bc1214ee4d41fa7 (plain)
1
2
3
4
5
6
7
### Autogenerated by ssh.py ###

{% if dynamic_protection.allow_from is defined and dynamic_protection.allow_from is not none %}
{%     for address in dynamic_protection.allow_from %}
{{ address }}
{%     endfor %}
{% endif %}