Skip to content

silenteh/geodns

 
 

Repository files navigation

GeoDNS in Go

This is a (so far) experimental Golang implementation of the pgeodns server powering the NTP Pool system. Build Status

Installation

Run go get to install the Go dependencies. You will also need the GeoIP C library.

Sample configuration

Download some sample configuration files:

mkdir dns
curl -o dns/ntppool.org.json http://tmp.askask.com/2012/08/dns/ntppool.org.json.big
curl -o dns/example.com.json http://tmp.askask.com/2012/08/dns/example.com.json

Run it

go run *.go -log -interface 127.1 -port 5053

To test the responses run

dig -t a ntppool.org @127.1 -p 5053

About

GeoDNS server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published