about summary refs log tree commit diff
path: root/templates/wg.conf.j2
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2021-10-03 19:24:21 +0100
committerPaweł Dybiec <pawel@dybiec.info>2021-10-03 19:24:21 +0100
commit01333f593d76355c51878da3c46c547255161de7 (patch)
treec41ded033293a6be22117da8603cca94d9efa32f /templates/wg.conf.j2
parentNew maps in csgo (diff)
Cleanup main
Diffstat (limited to 'templates/wg.conf.j2')
-rw-r--r--templates/wg.conf.j222
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/wg.conf.j2 b/templates/wg.conf.j2
deleted file mode 100644
index 6d358b8..0000000
--- a/templates/wg.conf.j2
+++ /dev/null
@@ -1,22 +0,0 @@
-#tamriel 10.0.27.1
-[Interface]
-ListenPort = 48574
-PrivateKey = {{ wireguard_private_key }}
-
-# balmora 10.0.27.2
-[Peer]
-PublicKey = 6dbkVQAQPkbk0+wt6f+wge5cPW6THe0Kua830jio528= 
-AllowedIPs = 10.0.27.2/32
-PersistentKeepalive = 20
-
-# motorola g6 10.0.27.3
-[Peer]
-PublicKey = pqSY7SCKuRkHBTMWVhYAASrx/A1HF8Nlb3emnO8WqAc=
-AllowedIPs = 10.0.27.3/32
-PersistentKeepalive = 20
-
-# spawarka 10.0.27.4
-[Peer]
-PublicKey = fd39gCTX7+hy6/lIAenhI1LVw6mCLWRSn0+6a1O+QCc=
-AllowedIPs = 10.0.27.4/32
-PersistentKeepalive = 20