From 5d5c3cc87c7f87d58866c02c9f9b14f8feff6305 Mon Sep 17 00:00:00 2001 From: uap32-2025-r Date: Thu, 14 Nov 2024 14:27:27 +0100 Subject: [PATCH] Ajouter ansible/wireguard/wg0-3.conf --- ansible/wireguard/wg0-3.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible/wireguard/wg0-3.conf diff --git a/ansible/wireguard/wg0-3.conf b/ansible/wireguard/wg0-3.conf new file mode 100644 index 0000000..9b5eeb6 --- /dev/null +++ b/ansible/wireguard/wg0-3.conf @@ -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