DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
81% Positive
Analyzed from 1551 words in the discussion.
Trending Topics
#dns#bunny#free#hetzner#service#records#cloudflare#everything#nothing#cdn

Discussion (57 Comments)Read Original on HackerNews
I've always looked for a EU based alternative to Cloudflare; not because I didn't like them, I still support Cloudflare and they're a great company, but pushing for and testing EU services is important particularly in the light of recent developments in EU-US geopolitics.
The problem is that many European companies aren't as competitive as their US counterpart. Consider Hetzner as an example: how can you imagine being competitive with US cloud providers (AWS, Azure, GCP) by raising the prices so much, in such a short time, with so little previous communication to your customers?
BunnyNet on the other hand is being competitive and this move is in the right direction. Of course their free tier is not comparable to Cloudflare (they are two different companies, with different profiles in terms of debt, cash in hand and so on), but it doesn't need to be for small projects.
I'm not choosing BunnyNet because it's european, I'm choosing it because it's a good company that is providing a good service.
Its just simply unsustainable and burns a lot of trust/good will if you increase your prices 3x in such a short period of time
Trust me when I say this but Hetzner really belonged in its category previously. I had scoured almost everything and nothing could provide the scale at price Hetzner did back then but now I would say that its simply not true anymore and that there might be better options out there for what its worth.
I am really sad for Hetzner as I really enjoyed them and always wanted to build on top of them but looks like all good things come to an end :-(
Bunny CDN of course runs on RAM/SSD but their costs are also developing and operating services on top. Their costs are comparatively less impacted by the RAM/SSD issue.
Hetzner might not have raised prices so suddenly if they had similar services.
Indeed, Hetzner DNS has been free for a long time.
But they are a private company with only one small $6m funding round back in 2022, so I think they are more focused on building organically and not chasing investor funded growth.
Good luck to Bunny!
>So, we’ve eliminated DNS query fees entirely.
> Bunny DNS no longer charges for DNS queries and includes free DNS hosting for up to 500 domains per account. There are no query limits, no per-request billing, and no critical features hidden behind enterprise plans. (Yes, that includes smart records and health monitoring too.)
>As with all bunny.net services, accounts using the platform are subject to our standard $1/month minimum spend, but DNS itself no longer incurs any usage-based charges.
Oh..kayy.
https://registry.terraform.io/providers/BunnyWay/bunnynet/la...
I deploy my website using their API. So on every push, GitHub Actions builds it and copies the dist/ to Bunny and purges the cache afterwards. Everything has been working perfectly. I can only recommend. It's also quite easy if you don't know about the modern way of doing things and just want to use an FTP to put your website online. Especially attractive for IndieWeb folks.
The only annoyance is that their domain import auto-detects existing records, but it seems to miss a lot of them so you end up manually copying a lot of things over anyway.
(Excluding NSEC-style enumeration, which is not always available.)
Spirit: ensure you keep a good copy of your zone files (bind format), their import / export has issues (it also doesn't include SOA or NS records). I spent time (before the recent fixes) manually validating records.
[1] https://bunny.net/pricing/#:~:text=%241%20monthly%20minimum
> As with all bunny.net services, accounts using the platform are subject to our standard $1/month minimum spend
* https://docs.bunny.net/dns
So it's content DNS service; with server-side resource record shuffling; and with JavaScript, and badly written examples that don't check the question type, just to make it weird.
Quote “ At bunny.net, our mission has always been ambitious but focused: help make the internet hop faster.
To do that, we’ve built a massive global network spanning 119 locations and counting. Today, this network powers over 1.5 million websites and consistently delivers some of the fastest content delivery around the globe. But while deploying thousands of servers globally is an impressive feat on its own, the hardware itself does not explain how bunny.net is able to deliver such an impressive level of performance.
The real secret hides under the hood, embedded in the routing engine that directs every request, every user, and sends traffic exactly where it needs to go. That engine is Bunny DNS”
Ok… so what is it? Router? Dns? Software? Service? Upon reading again that para actually sounds a bit like AI slop, could explain it.
Compare with a recursive resolver, like 8.8.8.8 or 1.1.1.1, which you can use to resolve domains.
What's nice about Bunny DNS is that they have authoritative nameservers ~everywhere, so resolving is quick everywhere.
But I think in practice this isn't that useful, since if a domain is moderately used, its DNS records will be cached ~everywhere in anycasted recursive resolvers.
It's comparable to Cloudflare, if you're familiar with that, though Bunny is based in the EU instead of US.
This post is about their scriptable DNS service, which used to be paid and is now free.