control/controlclient: don't use Node as value type
This commit is contained in:
+2
-2
@@ -404,8 +404,8 @@ type MapResponse struct {
|
||||
KeepAlive bool // if set, all other fields are ignored
|
||||
|
||||
// Networking
|
||||
Node Node
|
||||
Peers []Node
|
||||
Node *Node
|
||||
Peers []*Node
|
||||
DNS []wgcfg.IP
|
||||
SearchPaths []string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user