fix name string

This commit is contained in:
Lars Hahn 2023-09-02 18:26:18 +02:00
parent 1e694c3769
commit e9072219a8

View File

@ -17,7 +17,7 @@ PostDown = iptables -t nat -D POSTROUTING -o {{ cloud_name }} -j MASQUERADE
{% endif %}
{% for vpn_client in vpn_clients %}
## vpn {{ cloud_name }} - {{ vpn_client }} ##
## vpn {{ cloud_name }} - {{ vpn_client.name }} ##
[Peer]
PublicKey = {{ vpn_client.public_key }}
AllowedIPs = {{ vpn_gateway_net_prefix }}.{{ vpn_client.index }}/32