aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--index.html2
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 <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)