mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 10:48:32 +01:00
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
[Interface]
|
|
PrivateKey = <server_private_key>
|
|
Address = 10.0.0.1/24
|
|
ListenPort = 51820
|
|
|
|
{% for client in clients %}
|
|
# {{ client.name }}
|
|
[Peer]
|
|
PublicKey = <client1_public_key>
|
|
AllowedIPs = 10.0.0.{{ loop.index + }}/32
|
|
{% endfor %}
|