diff options
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 |