Remix.run Logo
ak4153 4 hours ago

Just use unbound

craftkiller 2 hours ago | parent | next [-]

My solution was to self-host PowerDNS and then sign up for the free DNS mirroring from hurricane electric. That way, I can administer my DNS records any way I want (these days I usually just manually edit PowerDNS's sqlite database) and if/when my PowerDNS server goes down, hurricane electric is still serving my records so the domain keeps resolving fine.

0l 4 hours ago | parent | prev [-]

Completely different thing

thesuitonym 3 hours ago | parent | next [-]

What is this if not a DNS service?

pacija 3 hours ago | parent | next [-]

Unbound is caching, not authoritative. Zones with dns records are served from authoritative DNS servers such as bind. Unbound asks authoritative servers for records and caches them locally, giving faster response and reducing load on authoritative servers.

3 hours ago | parent | prev [-]
[deleted]
pacija 3 hours ago | parent | prev [-]

Just use bind :)