configure proxy on node updates

This commit is contained in:
Abhishek Kondur
2022-10-31 10:32:04 +05:30
parent 104fe8824f
commit 474bd14e36
5 changed files with 29 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ func IfaceDelta(currentNode *models.Node, newNode *models.Node) bool {
newNode.UDPHolePunch != currentNode.UDPHolePunch ||
newNode.IsPending != currentNode.IsPending ||
newNode.ListenPort != currentNode.ListenPort ||
newNode.LocalListenPort != currentNode.LocalListenPort ||
newNode.MTU != currentNode.MTU ||
newNode.PersistentKeepalive != currentNode.PersistentKeepalive ||
newNode.DNSOn != currentNode.DNSOn ||