google / namebench

namebench
Apache License 2.0
890 stars 152 forks source link

namebench 2.0

namebench provides personalized DNS server recommendations based on your browsing history.

WARNING: This tool is in the midst of a major rewrite. The "master" branch is currently in experimental form and currently lacks a user interface, nor does it support any command-line options.

For stable binaries, please see https://code.google.com/p/namebench/

What can one expect in namebench 2.0?

BUILDING:

Building requires Go 1.2 to be installed: http://golang.org/

    export GOPATH=`pwd`
    git clone https://github.com/google/namebench.git src/github.com/google/namebench
    go get github.com/mattn/go-sqlite3
    go get golang.org/x/net/publicsuffix
    go get github.com/miekg/dns
    cd src/github.com/google/namebench
    go build namebench.go

You should have an executable named 'namebench' in the current directory.

RUNNING: