summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-08-10 14:10:02 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2025-08-10 14:10:02 +0100
commitf7acb87773ebc00e567527645ec86171694816b8 (patch)
tree8865d2b685a9a5f1c3923c47977a38c85ae904f5
parent44b74994706adc125767da1c9ab9f9085449d8ec (diff)
downloadinfra-f7acb87773ebc00e567527645ec86171694816b8.tar.gz
infra-f7acb87773ebc00e567527645ec86171694816b8.tar.bz2
infra-f7acb87773ebc00e567527645ec86171694816b8.zip
Add vitaly wireguard peer
-rw-r--r--roles/wgvpn/templates/wgvpn0.conf.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/wgvpn/templates/wgvpn0.conf.j2 b/roles/wgvpn/templates/wgvpn0.conf.j2
index bd926cd..e93e074 100644
--- a/roles/wgvpn/templates/wgvpn0.conf.j2
+++ b/roles/wgvpn/templates/wgvpn0.conf.j2
@@ -35,3 +35,8 @@ AllowedIPs = 10.0.1.5/32
[Peer]
PublicKey = YpVI+MRoivY3HvqtJU1tZth61jjKl1Vg+7WSs7+vmRc=
AllowedIPs = 10.0.1.6/32
+
+# vitaly
+[Peer]
+PublicKey = 6DMNcDWXZw6VxEjbxWnSeDPz1FEju1lmPrMYweSDygE=
+AllowedIPs = 10.0.1.7/32