From 7869338ae0340f074cdb17073abf7fccecf1a38f Mon Sep 17 00:00:00 2001 From: Justus Grunow Date: Fri, 22 Nov 2024 07:36:42 -0500 Subject: [PATCH] Added work computer to WG --- ansible/assets/docker-ext/wg0.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/assets/docker-ext/wg0.conf.j2 b/ansible/assets/docker-ext/wg0.conf.j2 index 07f0840..174b5d7 100644 --- a/ansible/assets/docker-ext/wg0.conf.j2 +++ b/ansible/assets/docker-ext/wg0.conf.j2 @@ -7,3 +7,8 @@ PublicKey = s3Ch/zcv5IeSpIbHBT5pdzpHWwV2qh4Z9W/0DSZg/CQ= AllowedIPs = 0.0.0.0/0 Endpoint = vps.mycomputer.party:51820 PersistentKeepalive = 25 + +[Peer] +PublicKey = eEHA7CSOR5nha9w4SCB+tOXcuCxgkxIXtNU3xB7wZn4= +AllowedIPs = 10.11.20.5/32 +Endpoint = vps.mycomputer.party:51820