aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-22 15:52:36 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-22 15:52:36 -0800
commit134eaaad29b0b7459838bd9aeb144093af1f89cb (patch)
tree7ae375ca33c856827ad9d054ea858598280835d1
parentea5c98c33854da1681b9d46165e8f990b76d4813 (diff)
downloaddn42peering-134eaaad29b0b7459838bd9aeb144093af1f89cb.tar
dn42peering-134eaaad29b0b7459838bd9aeb144093af1f89cb.tar.gz
dn42peering-134eaaad29b0b7459838bd9aeb144093af1f89cb.tar.bz2
dn42peering-134eaaad29b0b7459838bd9aeb144093af1f89cb.zip
fix(central): wrong WireGuard interface name in example config
-rw-r--r--central/src/main/resources/manage/showconf.ftlh2
1 files changed, 1 insertions, 1 deletions
diff --git a/central/src/main/resources/manage/showconf.ftlh b/central/src/main/resources/manage/showconf.ftlh
index a93e7cc..659cecc 100644
--- a/central/src/main/resources/manage/showconf.ftlh
+++ b/central/src/main/resources/manage/showconf.ftlh
@@ -42,7 +42,7 @@
<p>Choose ONE of the follow method.</p>
<h4>wg-quick</h4>
<pre>
- # /etc/wireguard/<b>&lt;Your WireGuard Private Key&gt;</b>.conf
+ # /etc/wireguard/<b>&lt;Your WireGuard interface name&gt;</b>.conf
[Interface]
<#if peer_wg_listen_port??>
ListenPort = ${peer_wg_listen_port?long?c}