add missing bracket
This commit is contained in:
parent
06905db6df
commit
dfd617273b
2
add.go
2
add.go
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user