Giter Club home page Giter Club logo

erl_geo_dns's Introduction

geo_dns : a simple geoip dns server

geo_dns is a small, prototype dns server that uses the maxmind geoip db to determine which ip associated with a dns record is the closest to the requesters ip address and serves that up as the ip address for the requested domain


author : joe williams <[email protected]>


license : apache 2


building/starting : 

$ sudo apt-get install libgeoip-dev libgeoip1 erlang couchdb

* download geoip db, http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

$ git clone [email protected]:joewilliams/erl_geo_dns.git

$ cd erl_geo_dns
$ make
$ erl -pa apps/*/ebin -s geo_dns

* for non-defaults adjust apps/geo_dns/ebin/geo_dns.app for the configuration (port, geo db, etc) you would like


creating records:

* each dns record is a document in couchdb (on localhost by default). the document format is the following:

_id : "test.com"
iplist : [[a,b,c,d],[a,b,c,d]]
ttl : 300

* note that the iplist field is an array of arrays where ip address octets are items in the internal arrays


caveats:

* this server has never been used in production and is mostly a proof of concept
* only supports A records


credits:

* bine : http://bitbucket.org/kuenishi/bine/src/
* libgeoip-erlang : http://bitbucket.org/mattsta/libgeoip-erlang/src/
* couchbeam : http://github.com/benoitc/couchbeam

erl_geo_dns's People

Contributors

joewilliams avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.