Skip to content

foozilla/namebench

 
 

Repository files navigation

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?

  • Faster
  • Simpler interface
  • More comprehensive results
  • CDN benchmarking
  • DNSSEC support

BUILDING:

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

  • Create a workspace directory, and cd into it.
  • Prepare your workspace directory:
    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 github.com/foozilla/publicsuffix
    go get github.com/miekg/dns
  • Build it.
    cd src/github.com/google/namebench
    go build namebench.go

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

RUNNING:

NOTES:

  • made a copy of a copy of publicsuffix due to name mangling from code.google.com shennanigans
  • updated code to handle expected 3 params, discarding the new third.
  • probably need to check that third param and reduce code elsewhere -fo

About

namebench

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.7%
  • Shell 2.3%