Bunny DNS – A scriptable DNS platform
1–10 of 90 posts
Re: Bunny DNS – A scriptable DNS platform
#2Re: Bunny DNS – A scriptable DNS platform
#3Re: Bunny DNS – A scriptable DNS platform
#4Also routing and DNS are different things. Misunderstanding what routing is while trying to sell your technology to technologists is likely not a winning strategy.
Re: Bunny DNS – A scriptable DNS platform
#5Does location-based DNS even have a future? fly.io doesn't seem to think so: https://fly.io/blog/the-5-hour-content-delivery-network/
> 2. DNS: Run trick DNS servers that return specific server addresses based on IP geolocation. Downside: the Internet is moving away from geolocatable DNS source addresses. Upside: you can deploy it anywhere without help.
> You're probably going to use a little of (1) [Anycast] and a little of (2). DNS load balancing is pretty simple. You don't really even have to build it yourself; you can host DNS on companies like DNSimple, and then define rules for returning addresses. Off you go!
Seems they are saying that "the internet in general" is moving way from location-based DNS, but that's a bit like saying that the internet in general is moving away from Wordpress.
Re: Bunny DNS – A scriptable DNS platform
#6i thought it's been proven that geo-ip data is not reliable?
second.. DNS is not routing.
Re: Bunny DNS – A scriptable DNS platform
#71) Claim privacy first and then have a cookie banner.
2) Say “routing” when you mean location/IP based DNS.
3) Is that a loosely typed language in the scripting engine? Not sure I would want DNS queries to be relying on that.
I am sure there is still some innovation left in DNS. SDDNS I’d call it: Software defined DNS. Especially with the splinternet we are walking into these days. Just don’t think this version cuts it. Nevertheless an interesting company to follow. I see potential.
Re: Bunny DNS – A scriptable DNS platform
#8It always puzzles me when people speak of "routing" in conjunction with DNS.
Re: Bunny DNS – A scriptable DNS platform
#9Re: Bunny DNS – A scriptable DNS platform
#10Like the idea. But… 1) Claim privacy first and then have a cookie banner. 2) Say “routing” when you mean location/IP based DNS. 3) Is that a loosely typed language in the scripting engine? Not sure I would want DNS queries to be relying on that. I am sure there is still some innovation left in DNS. SDDNS I’d call it: Software defined DNS. Especially with the splinternet we are walking into these days. Just don’t thin…
You can route connections on different layers than IP routing. We commonly talk about http request routing as in dispatch based on the domain/path. I'm happy with "routing" as in directing traffic via DNS resolution. I doubt anyone here is confusing that.