deSEC – Free Secure DNS

(desec.io)

95 points | by gurjeet 7 hours ago

15 comments

  • awill 4 hours ago
    I signed up and saw they only allowed a single subdomain for DDNS, with docs saying to contact support if you needed more. I emailed asking for just 1 more subdomain and support told me that for my usecase I should just use CloudFlare.

    So I did. No silly miniscule restrictions.

    • imoverclocked 1 hour ago
      I had this issue with cloudns and a single record with an IPv4 and IPv6 address. They only allowed one free ddns record which covered exactly one protocol. On top of that, they added records to resolve unknown names for advertising purposes.

      I get that it costs money to run a DNS service but it seems like it should be a lot cheaper at scale than a lot of companies are providing.

    • boramalper 4 hours ago
      Similar story: asked for an increase and got told

      > […] our mission is to improve Internet security by increasing the adoption of DNSSEC. [We therefore expect users to enable DNSSEC for their domains.

      > Would you be willing to do that?

      Wanting to increase the adoption of DNSSEC is fair, but couldn’t this be all self-serve? It’s almost as if they don’t want people to use them.

      • 8by3 3 hours ago
        They've actually just done that, your limit automatically gets increased if all your domains are secured.
        • boramalper 3 hours ago
          That’s good to know! I was actually very excited when I first found them; I was surprised that there aren’t many free/open public DNS hosting services.
  • dmm 35 minutes ago
    I switched to deSEC because they allow you to create tokens for DNS-01 validation which are tightly scoped to a single subdomain. This means I have a VM running "service1.foo.example.com" which is not publicly available but can still get certs from letsencrypt, but with a token that can't be used to issue certs for other domains.

    It works great!

  • zetanor 4 hours ago
    When I last tried deSEC, the service was reliable and well worth the price of admission, but the web UI and API were both quite rough, and propagation tended to be quite slow. It was annoying to do an ACME DNS01 challenge on it, for example. IIRC, the API didn't have a complete set of replace/edit endpoints, so even DNSControl (https://github.com/DNSControl/dnscontrol) would leave records nonexistent for a while while during updates.

    As an aside (though this certainly applies to deSEC) it's strange to me how so many DNS services (free or paid) struggle to import simple Bind zone files, often either giving a vague error ("one or more records could not be imported"), mangling records, or even just silently omitting records. Parsing a zone file has some gotchas, but it doesn't seem like it should be that hard.

    • dzogchen 19 minutes ago
      > well worth the price of admission

      A strange thing to say about something that is free

  • TheBozzCL 1 hour ago
    I literally just switched away from Hurricane Electric to deSEC. The only real issue that I had with HE, but it's a big one, is that they don't allow wildcard CNAMEs. I consider that important for the security of some sensitive endpoints that I have no choice but to expose publicly. Those endpoints are well protected with 2FA and heavily monitored, but I wanted to be able to use randomized subdomains to at least have some obfuscation on top.
  • aequitas 5 hours ago
    Recently migrated to deSEC, great experience so far, except for hitting the API rate limit when using Tofu to plan and apply changes with around a 100 domains. For now I'm using `-parallelism=1` which seems to work.
  • Stitch4223 5 hours ago
    We found deSEC to be the only affordable DNS supplier in the EU that complies with state of the art secure DNSSEC. Highly recommended.
    • dsl 4 hours ago
      DNSSEC support is an anti-feature, it is dead/dying and the faster we can unburden ourselves from it the faster we can move on to better solutions.

      https://sockpuppet.org/blog/2015/01/15/against-dnssec/

      • teddyh 2 hours ago
        • dsl 1 hour ago
          That rebuttal held water 10 years ago, but fortunately we have made a lot of advancements since then.

          DNSSEC was a solution trying to solve the problem of DNS security while still maintaining transparency for DNS operators to spy on queries. At the time, passive DNS was one of the tent poles of tracking malware and responding to security incidents.

          We have since committed entirely to transport security in the form of DoH and friends. It solves the vast majority of problems we actually have.

      • Stitch4223 1 hour ago
        Such as? And do those solve the same thing? The post lists 8 headlines why it should be abolished.
      • apefulsin 4 hours ago
        So DNS should be open to MITM attackers?
    • traceroute66 4 hours ago
      > We found deSEC to be the only affordable DNS supplier in the EU that complies with state of the art secure DNSSEC.

      I mean, if your definition of "affordable" is free, then sure.

      But for the record there are other affordable EU suppliers who do DNSSEC:

          - Bunny DNS[0] is "free" – i.e. only subject to their minimum $1/month account spend fee.
          - RcodeZero is very affordable[1] plus added bonus it is run by the `.at` registry so the infrastructure is solid – business customers only, no private individuals
          - Netnod (only via resellers[2] unless you are a big company or government) – Netnod host the I Root Servers and their public hosting DNSSEC service will soon feature HSM-bound DNSSEC keys
      
      [0] https://bunny.net/dns/ [1] https://www.rcodezero.at/solutions/enterprise [2] https://www.netnod.se/dns/find-a-partner
      • quicksilver03 4 hours ago
        I happen to run an affordable EU supplier who does DNSSEC, and also AXFR (incoming and outgoing). I offer a free plan from time to time, but not at the moment to preserve resources for paying customer.

        https://www.ptrdns.net/

        • andreaso 2 hours ago
          Are you aware that the child zone A(AAAA) records for danube.ns.ptrdns.net differs from the parent zone A(AAA) glue records for danube.ns.ptrdns.net?

          Looks like it's the glue records that point to the actual server?

      • Stitch4223 1 hour ago
        We have a support ticket at Bunny that has been open for months precisely because they don’t provide state-of-the-art DNSSEC. We had to move to another provider, as we have a deadline to comply with at the end of this month. I don’t know what the issue is off the top of my head.

        Netnod.se uses a DNSKEY that is too small on their main domain.

        Rcodezero.at might indeed be something. Thanks.

        We donate to deSEC, so it’s not free for us.

      • amaccuish 4 hours ago
        One who doesn't is frustratingly Hetzner.
  • lacoolj 2 hours ago
    Is this somehow related to the other post about another service shutting down its encrypted DNS?

    https://news.ycombinator.com/item?id=49568579

    Weird timing?

  • MattTheRealOne 3 hours ago
    I have been using deSEC for a couple of years without any issues. I mostly just do not want my DNS handled by my registrar so that I can easily transfer domains without worrying about DNS as well, and I do not like how centralized the internet is becoming around Cloudflare.
  • 8by3 3 hours ago
    Happy deSec user, use them for all my domains. Had quick thoughtful replies from Peter if I had any questions.
  • anonymousiam 4 hours ago
    Seems legit, but how can I trust them to survive if they're not collecting revenue?
    • bflesch 4 hours ago
      Some of them are located in Virginia, don't worry they'll be funded forever.
  • ak4153 5 hours ago
    Just use unbound
    • craftkiller 3 hours ago
      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 5 hours ago
      Completely different thing
      • thesuitonym 4 hours ago
        What is this if not a DNS service?
        • pacija 4 hours ago
          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.
      • pacija 4 hours ago
        Just use bind :)
  • iAMkenough 3 hours ago
    Homepage looks busted on Orion iOS. Signup form has you entering your email address within the yellow “Create Account” button.
  • cyberax 5 hours ago
    Does not support AXFR :(
  • mhmdfromkarak 3 hours ago
    do what's best.
  • bflesch 4 hours ago
    After recent US shenanigans why would you spend effort to migrate to yet another Five Eyes controlled service, especially if they do the full "privacy from Germany" circus.

    What kind of security threat does a migration to such a service actually mitigate?

    If they were truly a "sovereign EU" kind of project then they'd be on .eu domain, not have security advisors from Virginia, and so on.

    Nevertheless it's good to see that the decoupling-from-your-allies movement that US citizens have initiated is so scary that they have to set up these kind of fake EU alternatives with some local figureheads.