Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

PowerDNS on Rails

Compare

  Analyzed 2 months ago

PowerDNS is a reliable alternative to BIND and sports a flexible, feature rich design and support for various backends, including MySQL and PostgreSQL. This simplifies the management of thousands of zones, and provides added redundancy (by way of database replication) and opens the doors for web ... [More] frontends that ease this even more. PowerDNS on Rails is built based on our experience of managing thousands of DNS records through various (often crude) techniques, that included building zone files from databases via cron, and implementing PowerDNS for its database backends. PowerDNS on Rails is currently tightly integrated into one of South Africa's premier hosting & email platforms and works tirelessly everyday. [Less]

14.7K lines of code

0 current contributors

over 9 years since last commit

3 users on Open Hub

Activity Not Available
4.5
   
I Use This

Poweradmin

Compare

  Analyzed 2 months ago

Poweradmin is a web-based DNS administration tool for PowerDNS server. The interface has full support for most of the features of PowerDNS. It has full support for all zone types, for supermasters, full support for IPv6 and multi-language support.

281K lines of code

4 current contributors

4 months since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This

ruby-pdns

Compare

  Analyzed 2 months ago

Ruby development framework for Power DNS Pipe BackendA lot of cases require custom DNS responses based on location, time of day, monitoring status or many other situations, traditional DNS hosting systems makes this very hard. PowerDNS makes this a bit easier for the skilled hacker with it's Pipe ... [More] Backend but the documentation and implementation details can be quite scary, what if someone made a simple framework to make this easy? This is that framework. The simplest way to show what it does is by example, here is a record that does Geo Location based responses for www.your.net: module Pdns newrecord("www.your.net") do |query, answer| case country(query[:remoteip]) when "US", "CA" answer.content "64.xx.xx.245" when "ZA", "ZW" answer.content "196.xx.xx.10" else answer.content "78.xx.xx.140" end end endPlace this file in /etc/pdns/records/www.your.net.prb and it would get served with full Geo capability. Replace it with a newer version and it will be reloaded and served without any need to restart your pdns server. The language is Ruby, a number of language extensions and helper functions are provided to do common things like Geo lookups, randomization and so forth and effort has been made to make it intuitive even for non programmer to write simple records, perhaps by using recipes on this site. Being that you have the full power of ruby at your hands right in your nameserver, the possibilities is not just GeoDNS but really anything you can imagine. This framework allows you to do this and much more. Look at the Introduction page in the wiki for more overview information. I aim to make this the ideal platform to build Cloud services on, developers and platform managers need fine control over their DNS, traffic and locations of their services. Current Release: 0.5 fixed issues, Release Notes Full Changelog [Less]

5.26K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

renchap's ruby-pdns

Compare

  Analyzed 2 months ago

Fork of http://code.google.com/p/ruby-pdns/

5.26K lines of code

0 current contributors

almost 15 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses

ruby-pdns-reverse

Compare

  Analyzed 2 months ago

A reverse-DNS management module for PowerDNS

87 lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses

pdns

Compare

  Analyzed 2 months ago

Development repository for Opscode Cookbook pdns

1.06K lines of code

4 current contributors

about 1 year since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses