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 c56e1c2..24e0183 100644 --- a/roles/wgvpn/templates/wgvpn0.conf.j2 +++ b/roles/wgvpn/templates/wgvpn0.conf.j2 @@ -25,3 +25,8 @@ 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 |