Fix casing on keepalive

This commit is contained in:
Francis Nguyen
2020-02-11 21:34:28 -07:00
parent dca1a2b5ae
commit 331c225c36
4 changed files with 17 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ type Node struct {
Leader bool
Location string
Name string
PersistentKeepAlive int
PersistentKeepalive int
Subnet *net.IPNet
WireGuardIP *net.IPNet
}