aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-07 22:03:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-07 22:03:35 +0300
commitbfc61f6786e41dab7e9e28452a538cc6404acae4 (patch)
tree8a429c6dd3c55fef701f2347c5be95ec20fc7665 /README.md
parentREADME: fix a copying mishap (diff)
downloadwireguard-config-bfc61f6786e41dab7e9e28452a538cc6404acae4.tar.gz
wireguard-config-bfc61f6786e41dab7e9e28452a538cc6404acae4.zip
README: fix the example link after URL shortening
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fbafbd..9bab56b 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ connection managers:
An example configuration (with bogus key values) can be seen [here].
-[here]: https://egor-tensin.github.io/wireguard-config/?server_public_key=a&server_endpoint=b%3A123&server_preshared_key=c&client_public_key=d&client_private_key=e&client_ipv4=192.168.1.1%2F24&client_ipv6=fd%3A%3A%2F48
+[here]: https://egor-tensin.github.io/wireguard-config/?server_public=a&server_endpoint=b:133&preshared=c&client_public=d&client_private=e&client_ipv4=192.168.1.1/24&client_ipv6=fd::/48
Description
-----------