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

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