diff options
Diffstat (limited to 'roles/wgvpn/templates/wgvpn0.conf.j2')
-rw-r--r-- | roles/wgvpn/templates/wgvpn0.conf.j2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/wgvpn/templates/wgvpn0.conf.j2 b/roles/wgvpn/templates/wgvpn0.conf.j2 index bb95632..c56e1c2 100644 --- a/roles/wgvpn/templates/wgvpn0.conf.j2 +++ b/roles/wgvpn/templates/wgvpn0.conf.j2 @@ -15,3 +15,13 @@ PostDown = iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE [Peer] PublicKey = HhBhDQmGzltIGQOn+clbRIkQt7ocPAuqsUS+ytinIwU= AllowedIPs = 10.0.1.2/32 + +# evgeny +[Peer] +PublicKey = HF37v8yFI4bsbEfyCA7zIzUcoOMqRBFfU8GageE8LQQ= +AllowedIPs = 10.0.1.3/32 + +# irine +[Peer] +PublicKey = d/sd0Z3ynpZxDbihzaXEpepLNSNfWFuKNSurAC1Y9V0= +AllowedIPs = 10.0.1.4/32 |