From a0cbd394a11ac6bd7164f78fdd00f5aa738af09b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 1 Nov 2021 22:22:07 +0300 Subject: index.html: use escape_uri filter where appropriate --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 556374e..b4a55b4 100644 --- a/index.html +++ b/index.html @@ -52,13 +52,13 @@ params: placeholder: IPv4 address and netmask, like 192.168.123.5/24 help: | IPv4 address to assign to the client and its netmask in the CIDR format. - example: 192.168.1.1%2F24 + example: 192.168.1.1/24 - id: client_ipv6 name: IPv6 placeholder: IPv6 address and netmask, like fd01:2345:6789::5/48 help: | IPv6 address to assign to the client and its netmask in the CIDR format. - example: fd%3A%3A%2F48 + example: fd::/48 ---

WireGuard configuration

@@ -75,7 +75,7 @@ show the configuration that can be easily consumed by the new client.

{% endfor %} {% endfor %}

An example configuration (with bogus key values) can be seen -here.

+here.

-- cgit v1.2.3