Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T20:53:50.000Z (7 months ago)
- Last Synced: 2024-06-21T02:01:56.989Z (7 months ago)
- Topics: cloudflare, dns, netlink-sockets
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- 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