mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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>
|
<th>{% trans "Server public key:" %}</th>
|
||||||
<td>{{ server.public_key }}</td>
|
<td>{{ server.public_key }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="server-ip">
|
||||||
|
<th>{% trans "Server VPN IP address for services:" %}</th>
|
||||||
|
<td>{{ server.ip_address }}</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user