aboutsummaryrefslogtreecommitdiff
path: root/agent/src/main/resources/wg.conf.ftlh
diff options
context:
space:
mode:
Diffstat (limited to 'agent/src/main/resources/wg.conf.ftlh')
-rw-r--r--agent/src/main/resources/wg.conf.ftlh11
1 files changed, 0 insertions, 11 deletions
diff --git a/agent/src/main/resources/wg.conf.ftlh b/agent/src/main/resources/wg.conf.ftlh
index abd07cf..cc51ede 100644
--- a/agent/src/main/resources/wg.conf.ftlh
+++ b/agent/src/main/resources/wg.conf.ftlh
@@ -1,17 +1,6 @@
-# Automatically Generated by dn42peering Agent.
-
[Interface]
ListenPort = ${listen_port?long?c}
PrivateKey = ${self_priv_key}
-PostUp = ip addr add dev ${dev} ${self_ipv4}/32 peer ${peer_ipv4}/32
-<#if peer_ipv6??>
-<#if peer_ipv6_ll>
-PostUp = ip addr add dev ${dev} ${self_ipv6}/64
-<#else>
-PostUp = ip addr add dev ${dev} ${self_ipv6}/128 peer ${peer_ipv6}/128
-</#if>
-</#if>
-Table = off
[Peer]
PublicKey = ${peer_pub_key}