Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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