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 }}