fix name string
This commit is contained in:
parent
1e694c3769
commit
e9072219a8
@ -17,7 +17,7 @@ PostDown = iptables -t nat -D POSTROUTING -o {{ cloud_name }} -j MASQUERADE
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for vpn_client in vpn_clients %}
|
{% for vpn_client in vpn_clients %}
|
||||||
## vpn {{ cloud_name }} - {{ vpn_client }} ##
|
## vpn {{ cloud_name }} - {{ vpn_client.name }} ##
|
||||||
[Peer]
|
[Peer]
|
||||||
PublicKey = {{ vpn_client.public_key }}
|
PublicKey = {{ vpn_client.public_key }}
|
||||||
AllowedIPs = {{ vpn_gateway_net_prefix }}.{{ vpn_client.index }}/32
|
AllowedIPs = {{ vpn_gateway_net_prefix }}.{{ vpn_client.index }}/32
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user