mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
wireguard: show server vpn ip in show client page
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b18c37a5f6
commit
f0a36f11ba
@ -41,6 +41,10 @@
|
||||
<th>{% trans "Server public key:" %}</th>
|
||||
<td>{{ server.public_key }}</td>
|
||||
</tr>
|
||||
<tr class="server-ip">
|
||||
<th>{% trans "Server VPN IP address for services:" %}</th>
|
||||
<td>{{ server.ip_address }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user