Connect to configuration

This commit is contained in:
Francis Nguyen
2020-02-10 21:36:54 -07:00
parent 8a5dbbe368
commit 2082a42527
3 changed files with 18 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ type Node struct {
Name string
Subnet *net.IPNet
WireGuardIP *net.IPNet
WireGuardPersistentKeepAlive int64
WireGuardPersistentKeepAlive int
}
// Ready indicates whether or not the node is ready.