From 6129398453724aad2453292360ae733a9d637e1c Mon Sep 17 00:00:00 2001 From: Chazza <74922321+whalecoiner@users.noreply.github.com> Date: Mon, 24 Jan 2022 23:27:01 +0100 Subject: [PATCH] Examples should use public not private keys (#143) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c41459..b33cd97 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ PrivateKey = .... ListenPort = 51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.101/32 Endpoint = controller01.p.domain.tld:51820 ``` @@ -109,7 +109,7 @@ PrivateKey = .... ListenPort = 51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 0.0.0.0/0 Endpoint = controller01.p.domain.tld:51820 ``` @@ -274,34 +274,34 @@ PrivateKey = .... ListenPort = 51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.101/32 Endpoint = controller01.p.domain.tld:51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.102/32 Endpoint = controller02.p.domain.tld:51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.103/32 Endpoint = controller03.p.domain.tld:51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.111/32 PersistentKeepalive = 30 Endpoint = worker01.p.domain.tld:51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.112/32 PersistentKeepalive = 30 Endpoint = worker02.p.domain.tld:51820 [Peer] -PrivateKey = .... +PublicKey = .... AllowedIPs = 10.8.0.1/32 PersistentKeepalive = 30 Endpoint = server.at.home.p.domain.tld:51820