Is there any library crate available to notify about IP address change on Android and Linux platforms (or a platform agnostic library)? We are building a Dynamic DNS system and are looking for a way to get notified on change of IP address.
I haven't heard of such a crate, but you can probably create something yourself by hooking into OS-specific APIs or making assumptions about what other software is installed.
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.