mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-13 04:24:53 +08:00
adding userspace docker server implementation
This commit is contained in:
@@ -196,6 +196,7 @@ func AddNetwork(network string) (bool, error) {
|
||||
IsServer: "yes",
|
||||
DNSOn: "no",
|
||||
Name: models.NODE_SERVER_NAME,
|
||||
MacAddress: servercfg.GetNodeID(),
|
||||
},
|
||||
}, "")
|
||||
log.Println("[netmaker] Server added to network " + network)
|
||||
|
Reference in New Issue
Block a user