Hacker News new | ask | show | jobs
by pumpmylemma 5537 days ago
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();
1 comments

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!