Coder Social home page Coder Social logo

pdns's Introduction

pdns

What is pdns

pdns is a simple dns-server written in perl. pdns stands for paranoia dns and it works accordingly: every dns-request is forwarded to a random dns-server selected from a predefined list of dns-server. Too speed up things every request is cached for an hour.

State

pdns is usable. I use it myself but there is no install script. You have to install the perl-packages yourself. Also i absolutely made no code-tests. But it works on atleast two systems: my Debian workstation and my FreeBSD server. I also wrote an rc.d-script for pdns.

Installation

Maybe this works (FreeBSD): cp pdns-nameserver /usr/local/etc/ cp pdns.pl /usr/local/bin/pdns cp pdns.sh /etc/rd.c/pdns cd /usr/ports/lang/perl5.10/ && make install clean cd /tmp/ wget http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/Net-DNS-0.66.tar.gz tar xf Net-DNS-0.66.tar.gz cd Net-DNS-0.66/ && perl Makefile.PL && make install cd /tmp/ wget http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/Proc-PID-File-1.27.tar.gz tar xf Proc-PID-File-1.27.tar.gz cd Proc-PID-File-1.27/ && perl Makefile.PL && make install cd /tmp/ wget http://search.cpan.org/CPAN/authors/id/E/EH/EHOOD/Proc-Daemon-0.03.tar.gz tar xf Proc-Daemon-0.03.tar.gz cd Proc-Daemon-0.03/ && perl Makefile.PL && make install

You may also add pdns_enable="YES" to your /etc/rc.conf

Requirements

  • Perl 5
  • Net::DNS
  • Proc::PID::File
  • Proc::Daemon
  • List::Util

pdns's People

Watchers

 avatar  avatar  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.