add missing bracket

This commit is contained in:
Callan Bryant 2020-10-26 22:47:48 +00:00
parent 06905db6df
commit dfd617273b
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

2
add.go
View File

@ -8,7 +8,7 @@ import (
"time" "time"
) )
const wgQuickPeerConf = `[Interface const wgQuickPeerConf = `[Interface]
Address={{ .Peer.IP }}/22 Address={{ .Peer.IP }}/22
Address={{ .Peer.IP6 }}/64 Address={{ .Peer.IP6 }}/64
PrivateKey={{ .Peer.PrivateKey.Key }} PrivateKey={{ .Peer.PrivateKey.Key }}