aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-03-29 23:13:41 -0700
committerTrumeet <yuuta@yuuta.moe>2021-03-29 23:13:41 -0700
commit337d91e2e0c1f835068217582f3b173e55d9f2da (patch)
tree156f24df5ae950b06e724e3e799a739bc0bad8fd
parent7c069d7bf1c2d5a1bdf03003d8b9462b6c88d443 (diff)
downloaddn42peering-337d91e2e0c1f835068217582f3b173e55d9f2da.tar
dn42peering-337d91e2e0c1f835068217582f3b173e55d9f2da.tar.gz
dn42peering-337d91e2e0c1f835068217582f3b173e55d9f2da.tar.bz2
dn42peering-337d91e2e0c1f835068217582f3b173e55d9f2da.zip
feat(central): wrap wg keys in <code>
-rw-r--r--central/src/main/resources/manage/showconf.ftlh4
1 files changed, 2 insertions, 2 deletions
diff --git a/central/src/main/resources/manage/showconf.ftlh b/central/src/main/resources/manage/showconf.ftlh
index c92847b..2ef1947 100644
--- a/central/src/main/resources/manage/showconf.ftlh
+++ b/central/src/main/resources/manage/showconf.ftlh
@@ -13,8 +13,8 @@
<li>dn42 IPv4 Address: ${ipv4}</li>
<li>dn42 IPv6 Address: ${ipv6}</li>
<li>ASN: AS${asn}</li>
- <li>WireGuard Public Key: ${wgSelfPubkey}</li>
- <li>WireGuard Preshared Secret: ${wgPresharedSecret}</li>
+ <li>WireGuard Public Key: <code>${wgSelfPubkey}</code></li>
+ <li>WireGuard Preshared Secret: <code>${wgPresharedSecret}</code></li>
<li>MP-BGP: ${mpbgp?string('Yes', 'No')}</li>
</ul>
<#if show_example_config>