TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

We Built Our Own DNS Infrastructure

251 pointsby amasadabout 4 years ago

7 comments

vinay_ysabout 4 years ago
I did exactly this 15 years ago. I was a C++ developer and there was no golang around yet. And Bind had fresh security bugs every month. So the easiest and safest thing I could do was use djbdns (tinydns) with its cdb files being recompiled whenever records had to be added or updated.
评论 #26990507 未加载
nreeceabout 4 years ago
Curious to know if anyone's hosting real-world production web apps or APIs on replit, or is it mainly an educational platform?
评论 #26988448 未加载
评论 #26988675 未加载
评论 #26988415 未加载
zancheyabout 4 years ago
I wonder about the trade-offs in writing a completely new server compared to a backend for BIND or PowerDNS.
评论 #26988554 未加载
评论 #26988712 未加载
评论 #26988634 未加载
评论 #26989961 未加载
评论 #26989496 未加载
评论 #26989309 未加载
karmakazeabout 4 years ago
A good case of situational pragmatic wisdom > common wisdom.
评论 #26990797 未加载
anuragabout 4 years ago
Interesting! How do you handle apex custom domains with registrars that require an A record?
评论 #26988886 未加载
leetroutabout 4 years ago
&gt; We automatically detect the web server and open a webview in the workspace<p>And you have to use one of their package buttons to make that happen. Super frustrating that they don’t just have an button to open a web view on a port.
评论 #26989562 未加载
tluyben2about 4 years ago
I have been working on this for a bit as well but did not figure it out completely yet (mostly due to lack of time): I want to create enough to have loadbalancing&#x2F;failover on dns level (like cloudflare&#x2F;route53). Any tips? Open source and on premise hosted.
评论 #26992525 未加载
评论 #26993028 未加载