diff options
Diffstat (limited to 'roles/wgnet/templates/wg0.conf.j2')
| -rw-r--r-- | roles/wgnet/templates/wg0.conf.j2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/wgnet/templates/wg0.conf.j2 b/roles/wgnet/templates/wg0.conf.j2 deleted file mode 100644 index f79b2b4..0000000 --- a/roles/wgnet/templates/wg0.conf.j2 +++ /dev/null @@ -1,14 +0,0 @@ -[Interface] -PrivateKey = {{ wireguard_private_key }} -Address = 10.0.0.1/24 -ListenPort = 51820 - -# flame -[Peer] -PublicKey = YUuBBTKHXsD6tTzcAVWXakZffWKlGS5fAdx7zWSXtlI= -AllowedIPs = 10.0.0.2/32 - -# water -[Peer] -PublicKey = X0Gw37N+AUkZjiyZ9buZ8c2ZzFr+niX3FZjxlyqQq0Q= -AllowedIPs = 10.0.0.3/32 |