diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 22:03:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-07 22:03:35 +0300 |
commit | bfc61f6786e41dab7e9e28452a538cc6404acae4 (patch) | |
tree | 8a429c6dd3c55fef701f2347c5be95ec20fc7665 /README.md | |
parent | README: fix a copying mishap (diff) | |
download | wireguard-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----------- |