Show server tunnel address on dashboard and settings pages

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
lofyer
2026-07-04 08:12:30 +08:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent 894dbea1de
commit d10e9fa346
3 changed files with 20 additions and 3 deletions
+4
View File
@@ -9,6 +9,10 @@
<dt class="text-slate-500">Interface</dt>
<dd class="font-medium">{{ settings.wg_interface }}</dd>
</div>
<div class="flex justify-between gap-4 py-3">
<dt class="text-slate-500">Server address</dt>
<dd class="font-mono text-xs">{{ server_address }}</dd>
</div>
<div class="flex justify-between gap-4 py-3">
<dt class="shrink-0 text-slate-500">Server public key</dt>
<dd class="break-all text-right font-mono text-xs">{{ server_public }}</dd>