From def80c6bbd316ed80dd9a9aa1a47cb2a020016f3 Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Sat, 26 Mar 2022 23:52:42 -0600 Subject: [PATCH] fix spelling in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df4ca9..8717da3 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ anything. SelfSecretKey = uCTIK+56CPyCvwJxmU5dBfuyJvPuSXAq1FzHdnIxe1Q= # SelfEndpoint is the IP of your wireguard peer SelfEndpoint = 172.16.31.2 -# PeerPublicKey is the public key of the wireguard server you want to connec to +# PeerPublicKey is the public key of the wireguard server you want to connect to PeerPublicKey = QP+A67Z2UBrMgvNIdHv8gPel5URWNLS4B3ZQ2hQIZlg= -# PeerEndpoint is the endpoint of the wireguard server you want to connec to +# PeerEndpoint is the endpoint of the wireguard server you want to connect to PeerEndpoint = 172.16.0.1:53 # DNS is the nameservers that will be used by wireproxy. # Multple nameservers can be specified as such: DNS = 1.1.1.1, 1.0.0.1