aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/linuxserver/example_config/templates/peer.conf
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-12 21:24:22 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-12 21:35:58 +0100
commit3ba44927180453caa1d225d8a2275be382b7cbfb (patch)
tree67298069bd8f921aeb9516e6c254b5c3b0e1f014 /test/linuxserver/example_config/templates/peer.conf
parentREADME: update (diff)
downloadwg-api-web-3ba44927180453caa1d225d8a2275be382b7cbfb.tar.gz
wg-api-web-3ba44927180453caa1d225d8a2275be382b7cbfb.zip
test/linuxserver: add a test configuration
Diffstat (limited to 'test/linuxserver/example_config/templates/peer.conf')
-rw-r--r--test/linuxserver/example_config/templates/peer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/linuxserver/example_config/templates/peer.conf b/test/linuxserver/example_config/templates/peer.conf
new file mode 100644
index 0000000..cd6e3ae
--- /dev/null
+++ b/test/linuxserver/example_config/templates/peer.conf
@@ -0,0 +1,11 @@
+[Interface]
+Address = ${CLIENT_IP}
+PrivateKey = $(cat /config/${PEER_ID}/privatekey-${PEER_ID})
+ListenPort = 51820
+DNS = ${PEERDNS}
+
+[Peer]
+PublicKey = $(cat /config/server/publickey-server)
+PresharedKey = $(cat /config/${PEER_ID}/presharedkey-${PEER_ID})
+Endpoint = ${SERVERURL}:${SERVERPORT}
+AllowedIPs = ${ALLOWEDIPS} \ No newline at end of file