Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

native dyndns support #46

Closed
stapelberg opened this issue May 23, 2020 · 1 comment
Closed

native dyndns support #46

stapelberg opened this issue May 23, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@stapelberg
Copy link
Contributor

The https://github.com/libdns libraries¹ provide a uniform interface for updating DNS records across providers.

We could use these to implement dyndns: take the public IPv4 address of uplink0 and set it as an A record in the configured provider(s).

Personally, I use cloudflare for DNS, and have a little program which does these updates.

① Not entirely sure how ready they are. They come with a disclaimer.

@stapelberg stapelberg added enhancement New feature or request good-for-stream https://www.twitch.tv/stapelberg labels May 23, 2020
@stapelberg stapelberg removed the good-for-stream https://www.twitch.tv/stapelberg label May 23, 2020
stapelberg pushed a commit that referenced this issue May 23, 2020
@stapelberg
Copy link
Contributor Author

stapelberg commented May 28, 2020

Just switched from my custom dyndns updater to the built-in dyndns, and it seems to work well!

Calling this done. Follow-up improvements can be tracked in a separate issue.

If you’re curious: @mdlayher and I built this feature on our twitch streams. Find the recording at:

https://youtu.be/2UDLZiL8im4?t=6288 (@mdlayher’s stream, https://www.twitch.tv/mdlayher)
https://youtu.be/JW8Cg6JDXSc?t=6290 (@stapelberg’s stream, https://www.twitch.tv/stapelberg)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant