EvilZone

Community => General discussion => : Kulverstukas May 23, 2012, 09:26:08 PM

: Using publicly available Name (DNS) servers
: Kulverstukas May 23, 2012, 09:26:08 PM
The DNS protocol is an important part of the web’s infrastructure, serving as the Internet’s phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day.

In short DNS (Domain Name System (http://en.wikipedia.org/wiki/Domain_Name_System)) is what translates IP addresses of websites into words we all know as domains (or just web addresses).

Read about it here (http://9v.lt/blog/using-publicly-available-name-dns-servers/).
: Re: Using publicly available Name (DNS) servers
: iTpHo3NiX May 23, 2012, 09:38:32 PM
Dyndns.com

Its the best free dns service out there. I use it all the time. Also with dd-wrt you,can set up ur dyndns through there :-)
: Re: Using publicly available Name (DNS) servers
: techb May 23, 2012, 10:31:00 PM
Flush the DNS cache can give you a fresh table for lookups. I usually recommend flushing the DNS about once a month just to keep things neat.


Windows:
Admin privs required
CMD:
:
ipconfig /flushdns

Linux:
Shell:
:
sudo /etc/init.d/dns-clean start
: Re: Using publicly available Name (DNS) servers
: Kulverstukas May 23, 2012, 10:38:13 PM
@techb, that doesn't work.... I tried it and it just doesn't.
: Re: Using publicly available Name (DNS) servers
: techb May 23, 2012, 10:42:48 PM
@techb, that doesn't work.... I tried it and it just doesn't.


Windows or linux?
: Re: Using publicly available Name (DNS) servers
: Kulverstukas May 23, 2012, 10:56:07 PM
Windows or linux?
Both.
: Re: Using publicly available Name (DNS) servers
: techb May 23, 2012, 11:00:26 PM
Did it give any errors? Because it wont show anything if it was completed with no error.
: Re: Using publicly available Name (DNS) servers
: Kulverstukas May 23, 2012, 11:34:55 PM
Dude if there was something wrong - I'd know. If I say it doesn't work, it doesn't work.
The cache gets cleared, or so does the tool say but nothing changes.
: Re: Using publicly available Name (DNS) servers
: d4rkcat January 14, 2015, 06:46:48 PM
I know this is necro, but I didn't see this list suggested for DNS:

https://www.wikileaks.org/wiki/Alternative_DNS

Good list that tells you details like if they filter your results or not.
: Re: Using publicly available Name (DNS) servers
: z3ro January 14, 2015, 08:07:25 PM
Are you a power-user with 5 minutes to spare? Do you want a faster internet experience?

Try out namebench. It hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized datasets in order to provide an individualized recommendation. namebench is completely free and does not modify your system in any way. This project began as a 20% project at Google.

namebench runs on Mac OS X, Windows, and UNIX, and is available with a graphical user interface as well as a command-line interface.

https://code.google.com/p/namebench/