Skip to content

metam1nd/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

BUILDING:

Collect your dependencies:

export GOPATH=`pwd`
go get github.com/mattn/go-sqlite3
go get code.google.com/p/go.net/publicsuffix
go get github.com/miekg/dns

Create an awesome binary:

go build namebench

RUNNING:

  • End-user: run ./namebench, which should open up a UI window.
  • Developer, run ./namebench_dev_server.sh for an auto-reloading webserver at http://localhost:9080/

About

namebench

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.bootstrap
Apache-2.0
LICENSE.namebench

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.3%
  • HTML 12.5%
  • Shell 3.9%
  • CSS 1.3%