Currently, the network module provides notifications for local/public ip change. These notifications are triggered on every network change. They should ideally -
- trigger only if the IP actually changes (compare with previous).
- not trigger on network disconnect (becomes a duplicate if the n/w reconnects shortly after).
- provide user granular control over the above conditions.
Currently, the network module provides notifications for local/public ip change. These notifications are triggered on every network change. They should ideally -