diff options
Diffstat (limited to 'roles/wgvpn')
| -rw-r--r-- | roles/wgvpn/templates/wgvpn0.conf.j2 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/roles/wgvpn/templates/wgvpn0.conf.j2 b/roles/wgvpn/templates/wgvpn0.conf.j2 index c56e1c2..d70832c 100644 --- a/roles/wgvpn/templates/wgvpn0.conf.j2 +++ b/roles/wgvpn/templates/wgvpn0.conf.j2 @@ -11,7 +11,7 @@ PostDown = iptables -D FORWARD -i %i -j ACCEPT PostDown = iptables -D FORWARD -o %i -j ACCEPT PostDown = iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE -# earth +# silver [Peer] PublicKey = HhBhDQmGzltIGQOn+clbRIkQt7ocPAuqsUS+ytinIwU= AllowedIPs = 10.0.1.2/32 @@ -25,3 +25,23 @@ AllowedIPs = 10.0.1.3/32 [Peer] PublicKey = d/sd0Z3ynpZxDbihzaXEpepLNSNfWFuKNSurAC1Y9V0= AllowedIPs = 10.0.1.4/32 + +# night +[Peer] +PublicKey = kEvIEmUvjv12uWdwKpU89Y8yiWsVKLmoZOeKVVqDEhk= +AllowedIPs = 10.0.1.5/32 + +# natalia +[Peer] +PublicKey = YpVI+MRoivY3HvqtJU1tZth61jjKl1Vg+7WSs7+vmRc= +AllowedIPs = 10.0.1.6/32 + +# vitaly +[Peer] +PublicKey = 6DMNcDWXZw6VxEjbxWnSeDPz1FEju1lmPrMYweSDygE= +AllowedIPs = 10.0.1.7/32 + +# nastya +[Peer] +PublicKey = jZYCWdpKTrQ8LvM0IhGGH35dERGXZEzcq9Sa3EJ9txk= +AllowedIPs = 10.0.1.8/32 |