mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
3bef45a8d4
Follow-up to #891 fix - also match by name+tokenID to handle the case where the same physical host gets a new IP (DHCP). This ensures: 1. Same hostname + DIFFERENT token = different physical hosts → create separate nodes 2. Same hostname + SAME token = same host with new IP → update existing node Also updates the host URL when an existing node is matched, so IP changes are properly reflected in the saved configuration.