add empty peer list

This commit is contained in:
Callan Bryant 2020-03-01 21:50:06 +00:00
parent 5c60dc2a2d
commit be849964e7
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -21,6 +21,7 @@ func Init() {
PresharedKey: presharedKey,
ListenPort: DEFAULT_LISTEN_PORT,
Network: getRandomNetwork(),
Peers: make([]PeerConfig,0),
Domain: "dsnet",
}