From dfd617273be9e4e04ee364af1feea4634d6e6cb4 Mon Sep 17 00:00:00 2001 From: Callan Bryant Date: Mon, 26 Oct 2020 22:47:48 +0000 Subject: [PATCH] add missing bracket --- add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add.go b/add.go index ba672d6..420a6ac 100644 --- a/add.go +++ b/add.go @@ -8,7 +8,7 @@ import ( "time" ) -const wgQuickPeerConf = `[Interface +const wgQuickPeerConf = `[Interface] Address={{ .Peer.IP }}/22 Address={{ .Peer.IP6 }}/64 PrivateKey={{ .Peer.PrivateKey.Key }}