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.

Roll Your Own CDN

46 pointsby joesavagealmost 11 years ago

6 comments

Blackthornalmost 11 years ago
Please do not run your own DNS server if you do not have the knowledge or expertise to properly secure it. It is extremely irresponsible, and the article is also irresponsible for suggesting it and not having any information about rate limiting.
评论 #8123024 未加载
评论 #8123039 未加载
评论 #8123092 未加载
评论 #8123318 未加载
kuonalmost 11 years ago
I'd like to point out that google DNS among others uses anycast and are in reality composed of multiple servers geographically distributed, even if there is a single IP.
评论 #8125509 未加载
评论 #8123343 未加载
pushraxalmost 11 years ago
If you want to cut down on DNS-induced latency, Route 53 is a fairly good option. Their latency-routed DNS doesn&#x27;t perfectly map to all geographical zones, but it works fairly well for DigitalOcean&#x27;s locations.<p>I wish it was easier&#x2F;cheaper to run your own anycast network...
评论 #8122744 未加载
评论 #8122854 未加载
dglalmost 11 years ago
The Powerdns geo backend as mentioned by the article is used by wikipedia among others.<p>I have some additions (e.g. Google Public DNS), see the files at <a href="https://gist.github.com/dgl/8344c3ebe405a1400e2d" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;dgl&#x2F;8344c3ebe405a1400e2d</a> (which also has the rsync location for the original).<p>[edit: now I read the article again I notice the author is assuming &#x27;eu&#x27; is going to get all of EU, it won&#x27;t. There need to be entries for each country.]
lealmost 11 years ago
This is a neat article, but &#x27;CDN&#x27; is such a broad term. This is much more a very well done proof of concept article, but fails to take into account the huge scope of a large scale CDN, and all associated quirks it comes with.
ambrop7almost 11 years ago
It must be so hard to expand the abbreviation once.
评论 #8122846 未加载