5.5.0
β New Feature: Optional IP Address Tracking per Device via periodic ARP scan
Thanks to @mwpastore for adding this!
UpSnap can now automatically track changing IP addresses. For devices with IP tracking enabled, UpSnap periodically scans the local subnet with nmap, matches discovered hosts by MAC address, and updates the stored IP when a device is found at a new address.
1. Set a cron schedule in the settings page:
We do not recommend anything lower than 1 minute. Depending on the amount of devices you have added to UpSnap, the scan duration will increase. Every 30 minutes is plenty for most users.
2. Enable per device:
Changelog
Features
- b5fd864: feat: optional per-device IP address tracking via periodic ARP scan (#1763) (@mwpastore)
Bug fixes
- e3c7342: fix: only allow valid ipv4 addresses as netmask, close #1761 (@seriousm4x)
- 297518f: fix: only allow valid ipv4 addresses as netmask, close #1761 (@seriousm4x)
- d8eafbc: fix: set device status for lazy ping devices, close #1762 (@seriousm4x)
Others
- df7a577: remove info (@seriousm4x)
- 710329e: remove star history (@seriousm4x)
- 9057fa7: update deps (@seriousm4x)
- 11bdb8a: use correct pocketbase app values (@seriousm4x)