* [wiki:"TheOnionRouter/BIND" BIND] for [http://en.wikipedia.org/wiki/Linux Linux].
* Use your own '''DNSSEC''' supported [wiki:doc/DnsResolver DNS server] or resolver, or, use trustworthy external DNSSEC supported recursive/caching DNS Server. Few DNSSEC supported DNS Server software are: BIND, Unbound, GbDns, etc.
## Setup your own DNS server
*[BIND](./"TheOnionRouter/BIND") for [Linux](http://en.wikipedia.org/wiki/Linux).
* Use your own **DNSSEC** supported [DNS server](./doc/DnsResolver) or resolver, or, use trustworthy external DNSSEC supported recursive/caching DNS Server. Few DNSSEC supported DNS Server software are: BIND, Unbound, GbDns, etc.
== Public DNS (resolver) servers ==
## Public DNS (resolver) servers
If opting out is not feasible, there are public DNS servers you can use for
free. Below follows some services and IP addresses:
### [Level 3](http://www.level3.com/) / GTEI (Now owned by VERIZON)
* 4.2.2.1
* 4.2.2.2
* 4.2.2.3
...
...
@@ -45,21 +45,21 @@ free. Below follows some services and IP addresses:
ISSUES: Verizon publicly known for manipulating, filtering, redirecting DNS answers.
=== [http://www.opennicproject.org OpenNIC] ===
* [http://wiki.opennicproject.org/Tier2 List of servers]
### [OpenNIC](http://www.opennicproject.org)
*[List of servers](http://wiki.opennicproject.org/Tier2)
* Find DNS server from OpenNIC site, which has disclosed that it does not do any form of Redirect and does not keep log, and does not store records, and does not store user's any information.
ISSUES: Google deletes IP address for a DNS query after 24 hours, but permanently stores ISP, location information for that DNS query. See [https://en.wikipedia.org/wiki/Google_Public_DNS Google Public DNS (wikipedia)] and check reference area.
ISSUES: Google deletes IP address for a DNS query after 24 hours, but permanently stores ISP, location information for that DNS query. See [Google Public DNS (wikipedia)](https://en.wikipedia.org/wiki/Google_Public_DNS) and check reference area.
=== Other Public DNS Servers ===
### Other Public DNS Servers
List of other Public DNS Servers are also available from:
* [wiki:doc/DnsResolver/PublicDnsResolvers Public DNS Resolvers] page.
*[Public DNS Resolvers](./doc/DnsResolver/PublicDnsResolvers) page.
== Other DNS related articles ==
* [wiki:doc/DnsResolver DNS Resolver] (in `[`wiki`:`doc/DnsResolver`]` (torproject.org), How to prevent any mis-configured app from (even accidentally) trying to resolve any .onion related DNS through direct internet).
* [https://en.wikipedia.org/wiki/DNS_spoofing DNS spoofing/cache poisoning] (wikipedia).
*[DNS Resolver](./doc/DnsResolver)(in`[`wiki`:`doc/DnsResolver`]` (torproject.org), How to prevent any mis-configured app from (even accidentally) trying to resolve any .onion related DNS through direct internet).