diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 01:35:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 01:35:24 +0300 |
commit | da00c17fae309036a1f726ed4c12be5b17b04225 (patch) | |
tree | e606c9a33611b539ea63b25ee80e1a815a912f4b /index.html | |
parent | index.html: add Example button, etc. (diff) | |
download | wireguard-config-da00c17fae309036a1f726ed4c12be5b17b04225.tar.gz wireguard-config-da00c17fae309036a1f726ed4c12be5b17b04225.zip |
index.html: reword intro a bit
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ params: <p class="text-muted">This page assumes that you have a WireGuard server configured on interface <code>wg0</code>. You can then generate the new client's keys, feed them to this page and it will -show the configuration that can be easily consumed by the new client.</p> +show configuration files that can be used by the client.</p> {% assign example_url = '?' %} {% assign first = true %} {% for grp in page.params %} |