diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-08-10 14:10:02 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-08-10 14:10:02 +0100 |
commit | f7acb87773ebc00e567527645ec86171694816b8 (patch) | |
tree | 8865d2b685a9a5f1c3923c47977a38c85ae904f5 /roles | |
parent | 44b74994706adc125767da1c9ab9f9085449d8ec (diff) | |
download | infra-f7acb87773ebc00e567527645ec86171694816b8.tar.gz infra-f7acb87773ebc00e567527645ec86171694816b8.tar.bz2 infra-f7acb87773ebc00e567527645ec86171694816b8.zip |
Add vitaly wireguard peer
Diffstat (limited to 'roles')
-rw-r--r-- | roles/wgvpn/templates/wgvpn0.conf.j2 | 5 |
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 |