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

{% if dynamic_protection is vyos_defined and dynamic_protection.whitelist_address is vyos_defined %}
{%     for address in dynamic_protection.whitelist_address %}
{{ address }}
{%     endfor %}
{% endif %}