diff --git a/plinth/modules/wireguard/templates/wireguard_show_client.html b/plinth/modules/wireguard/templates/wireguard_show_client.html index 739c57808..0cb0c5d5e 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_client.html +++ b/plinth/modules/wireguard/templates/wireguard_show_client.html @@ -41,6 +41,10 @@ {% trans "Server public key:" %} {{ server.public_key }} + + {% trans "Server VPN IP address for services:" %} + {{ server.ip_address }} +