Expand description
DDNS-A: Dynamic DNS Address Monitor
A library for monitoring IP address changes on network adapters and notifying external services via webhooks.
Modulesยง
- config
- Configuration layer for DDNS-A.
- monitor
- Monitor layer for detecting IP address changes.
- network
- Network layer for fetching and representing adapter information.
- state
- IP state persistence for detecting changes across restarts.
- time
- Time abstraction for testability.
- webhook
- Webhook layer for sending HTTP requests to external services.