mirror of
https://github.com/mikeroyal/Self-Hosting-Guide.git
synced 2026-03-22 16:31:28 -05:00
DynDNS #334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gavinharriss on GitHub (Oct 25, 2022).
Any good recommendations for dynamic DNS services that can provide a static IP address for self hosters that only have a dynamic DNS provided by their ISP?
BTW, thank you for providing a great guide. I've picked up all sorts of useful resources from it so far :)
@mikeroyal commented on GitHub (Oct 25, 2022):
I would recommend these for self-hosting, though, I know quite a few people use CloudFlare because it does a decent job.
DuckDNS, https://github.com/linuxserver/docker-duckdns or https://www.home-assistant.io/integrations/duckdns/
TrustDNS, https://github.com/bluejekyll/trust-dns
@gavinharriss commented on GitHub (Oct 25, 2022):
Thanks Mike, very much appreciated. Numerous options come up when searching but it's always nice to get recommendations off the experts / people that have used them in anger.
@mikeroyal commented on GitHub (Oct 28, 2022):
Cool! Closing this issue now feel to creat eanother if you have any questions/suggestons.
@TheRealGramdalf commented on GitHub (Nov 26, 2022):
Personally I use https://desec.io, they do a great job, one of the best ones imo being that you don't have to renew your domain every thirty days (looking at you, noIP).
I have DynDNS set up on my openwrt router (courtesy of
luci-app-ddns), and it has a preset for desec as well as a whole bunch of other ones out there. Presets are usingcurlcommands, so it's super lightweight as well.