From f7acb87773ebc00e567527645ec86171694816b8 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 10 Aug 2025 14:10:02 +0100 Subject: Add vitaly wireguard peer --- roles/wgvpn/templates/wgvpn0.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles') 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 -- cgit v1.2.3-70-g09d2