From 5abcf6affca3855838e1f069e2786b69c90e79e9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 17 Nov 2021 14:50:27 +0300 Subject: switch example port from 133 to 123 --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bab56b..b1a7eca 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=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 ----------- diff --git a/index.html b/index.html index 1b3f3a5..34499c2 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ params: help: | Server's public IP address or a hostname, accessible from the client. Query the current port using wg show wg0 listen-port - example: b:133 + example: b:123 - id: preshared name: Preshared key placeholder: Preshared key (shared between server and client) -- cgit v1.2.3