Hacker News new | ask | show | jobs
by ra 5539 days ago
I'm writing a DNS service at the moment.

Care to elaborate?

1 comments

1) Explicit privacy policy that never stores DNS requests on a per-client basis. I haven't followed the ISP retention laws but they seemed to be getting more and more ominous.

2) While caching DNS record, when freshing up a stale record,

  if(isknownSeizureDomain(record)) ignore();
Ah I understand, you're talking about a non-authoritative DNS server. I'm working on a DNS hosting service.

To solve your first requirement, check out http://www.opennicproject.org/publictier2servers

I was. Thanks for the great link!