Ajouter ansible/wireguard/wg0-1.conf

This commit is contained in:
uap32-2025-r 2024-11-14 14:26:34 +01:00
parent d9e23b440b
commit 55182512d9

View File

@ -0,0 +1,17 @@
# local settings for Endpoint A
[Interface]
PrivateKey = iBHlLJhN2+I03DxWxcde2dNg+TNNWIs0degDdfDjm2Q=
Address = 10.0.0.1/32
ListenPort = 51820
# remote settings for Endpoint B
[Peer]
PublicKey = ScvzvZQlADyjcUVSNW9NDXBq6soG3LQgSgwB87rkNEY=
Endpoint = 172.16.0.111:51820
AllowedIPs = 10.0.0.2/32
# remote settings for Endpoint B
[Peer]
PublicKey = l5YUM/2Jl5BulqObV4U38WNHC8I9iM1J6Os5lT2BMU4=
Endpoint = 172.16.0.110:51820
AllowedIPs = 10.0.0.3/32