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