From 3c953047ab030754e24eece248c292c0165ad309 Mon Sep 17 00:00:00 2001 From: Richard Huynh <1764089+namidairo@users.noreply.github.com> Date: Thu, 30 May 2019 14:59:12 +1000 Subject: [PATCH] Amend a couple [Interface] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd505b3..9e655ad 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,7 @@ dig example.com A **Jump to definition:** -¶ `[Inteface]``[Interface]``# Name = node1.example.tld``Address = 10.0.0.3/32``ListenPort = 51820` @@ -960,7 +960,7 @@ https://www.ericlight.com/new-things-i-didnt-know-about-wireguard.html #### Sharing a single peers.conf file -WireGuard will ignore a peer whose public key matches the interface's private key. So you can distribute a single list of peers everywhere, and only define the `[Inteface]` separately on each server. +WireGuard will ignore a peer whose public key matches the interface's private key. So you can distribute a single list of peers everywhere, and only define the `[Interface]` separately on each server. See: https://lists.zx2c4.com/pipermail/wireguard/2018-December/003703.html