diff options
Diffstat (limited to 'roles/wgvpn/templates')
-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 24e0183..bd926cd 100644 --- a/roles/wgvpn/templates/wgvpn0.conf.j2 +++ b/roles/wgvpn/templates/wgvpn0.conf.j2 @@ -30,3 +30,8 @@ AllowedIPs = 10.0.1.4/32 [Peer] PublicKey = kEvIEmUvjv12uWdwKpU89Y8yiWsVKLmoZOeKVVqDEhk= AllowedIPs = 10.0.1.5/32 + +# natalia +[Peer] +PublicKey = YpVI+MRoivY3HvqtJU1tZth61jjKl1Vg+7WSs7+vmRc= +AllowedIPs = 10.0.1.6/32 |