https://github.com/lukasdietrich/dynflare
Dynamic DNS updater waiting on kernel events (https://en.wikipedia.org/wiki/Netlink) instead of polling.
https://github.com/lukasdietrich/dynflare
cloudflare dns netlink-sockets
Last synced: about 1 month ago
JSON representation
Dynamic DNS updater waiting on kernel events (https://en.wikipedia.org/wiki/Netlink) instead of polling.
- Host: GitHub
- URL: https://github.com/lukasdietrich/dynflare
- Owner: lukasdietrich
- License: bsd-3-clause
- Created: 2021-10-13T21:05:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-06-10T14:50:05.000Z (about 1 month ago)
- Last Synced: 2026-06-10T16:24:16.792Z (about 1 month ago)
- Topics: cloudflare, dns, netlink-sockets
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynflare
`dynflare` is a tool to automatically update dns records at Cloudflare, when the ip changes.
Instead of polling external services, `dynflare` relies on kernel events to get the current addresses
(see ).
## TODO Usage