diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-17 14:50:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-17 14:50:27 +0300 |
commit | 5abcf6affca3855838e1f069e2786b69c90e79e9 (patch) | |
tree | 359816ac6d9f07b98c490f27b7687e8aa9ceb9cb | |
parent | bump jekyll-theme (diff) | |
download | wireguard-config-5abcf6affca3855838e1f069e2786b69c90e79e9.tar.gz wireguard-config-5abcf6affca3855838e1f069e2786b69c90e79e9.zip |
switch example port from 133 to 123
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 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=a&server_endpoint=b:133&preshared=c&client_public=d&client_private=e&client_ipv4=192.168.1.1/24&client_ipv6=fd::/48 +[here]: https://egor-tensin.github.io/wireguard-config/?server_public=a&server_endpoint=b:123&preshared=c&client_public=d&client_private=e&client_ipv4=192.168.1.1/24&client_ipv6=fd::/48 Description ----------- @@ -25,7 +25,7 @@ params: help: | Server's public IP address or a hostname, accessible from the client. Query the current port using <code>wg show wg0 listen-port</code> - example: b:133 + example: b:123 - id: preshared name: Preshared key placeholder: Preshared key (shared between server and client) |