aboutsummaryrefslogtreecommitdiff
path: root/agent/src/main/resources/wg.conf.ftlh
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2021-01-08 21:27:18 -0800
committerGitHub <noreply@github.com>2021-01-08 21:27:18 -0800
commitf77bc528725f25be8f6f71cf2f89a1ae1e7c2974 (patch)
tree1256c50f16f0c7adc37ab685d47c18afbd5550f0 /agent/src/main/resources/wg.conf.ftlh
parentdc292ec6aa559f5edf1f1d98d272fdc82df86e7a (diff)
downloaddn42peering-f77bc528725f25be8f6f71cf2f89a1ae1e7c2974.tar
dn42peering-f77bc528725f25be8f6f71cf2f89a1ae1e7c2974.tar.gz
dn42peering-f77bc528725f25be8f6f71cf2f89a1ae1e7c2974.tar.bz2
dn42peering-f77bc528725f25be8f6f71cf2f89a1ae1e7c2974.zip
Revert "fix(agent/central): support optional endpoint"revert-3-dev
This reverts commit 76f32318d8ff3619cb55d543e32814f61b01ab2e.
Diffstat (limited to 'agent/src/main/resources/wg.conf.ftlh')
-rw-r--r--agent/src/main/resources/wg.conf.ftlh2
1 files changed, 0 insertions, 2 deletions
diff --git a/agent/src/main/resources/wg.conf.ftlh b/agent/src/main/resources/wg.conf.ftlh
index f68cb51..57ff790 100644
--- a/agent/src/main/resources/wg.conf.ftlh
+++ b/agent/src/main/resources/wg.conf.ftlh
@@ -16,7 +16,5 @@ Table = off
[Peer]
PublicKey = ${peer_pub_key}
PresharedKey = ${preshared_key}
-<#if endpoint??>
Endpoint = ${endpoint}
-</#if>
AllowedIPs = 0.0.0.0/0, ::/0