If anyone's wondering which are the "High-risk TLDs" blocked in the "zero" filter: CF, CG, GA, GQ, ML, TK, TOP, WIN (right now, i guess it may change any time)<p>The "kids" filter blocks the same TLDs, so it allows XXX or PORN, i guess they just block individual 2nd level domains.<p>I just looped through IANA's TLD list with a simple script to get this. The resolver returns NXDOMAIN with "negative-caching.dns0.eu." SOA for the blocked ones:<p><pre><code> $ kdig +tls ns tk @zero.dns0.eu
…
;; ->>HEADER<<- opcode: QUERY; status: NXDOMAIN; id: 39321
…
;; QUESTION SECTION:
;; tk. IN NS
;; AUTHORITY SECTION:
tk. 300 IN SOA negative-caching.dns0.eu. hostmaster.tk. 0 1200 300 1209600 300</code></pre>