diff --git a/plinth/modules/wireguard/templates/wireguard_show_server.html b/plinth/modules/wireguard/templates/wireguard_show_server.html index 58cf7841e..4f886ccfb 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_server.html +++ b/plinth/modules/wireguard/templates/wireguard_show_server.html @@ -40,6 +40,17 @@ {% trans "IP address of this machine:" %} {{ server.ip_address }} + + + {% trans "All outgoing traffic is sent using this connection:" %} + + {% if server.default_route %} + {% trans "Yes" %} + {% else %} + {% trans "No" %} + {% endif %} + +