Ajouter ansible/wireguard/wg0-3.conf

This commit is contained in:
uap32-2025-r 2024-11-14 14:27:27 +01:00
parent 6127efd8a0
commit 5d5c3cc87c

View File

@ -0,0 +1,11 @@
# local settings for Endpoint C
[Interface]
PrivateKey = eIyUKQugq3S5V+yeBK473KMvjE/izvuvdoiWvA5GHWY=
Address = 10.0.0.3/32
ListenPort = 51820
# remote settings for Endpoint A
[Peer]
PublicKey = 0U4DWwLi8IBJxgQgehV3GqHb7DxW1H/CkDAwhNmsPXk=
Endpoint = 172.16.0.112:51820
AllowedIPs = 10.0.0.1/32