Tags : Browse Projects

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

ISPConfig - Hosting Control Panel

Compare

  Analyzed about 3 hours ago

ISPConfig is an open source hosting control panel for Linux. ISPconfig 3 is capable of managing multiple servers from one control panel. Managed Services and Features *Manage one or more Servers from one Controlpanel (Multiserver Management) *Different permission levels (Administrators ... [More] , Resellers and Clients) + Email user level provided by a Roundcube plugin *Httpd (virtual hosts, domain and IP based) *FTP, SFTP, SCP *DNS (A, CNAME, MX, SRV and TXT Records) *POP3, IMAP *Email-Autoresponder *Server based mail filtering *Advanced email spamfilter and antivirus filter *MySQL client-databases *Webalizer statistics *Harddisk quota *Mail-Quota *Traffic limits and statistics *IP-addresses *SSL *SSI *PHP *Shell-access *Jailed shell access *Firewall *Server monitoring [Less]

320K lines of code

16 current contributors

2 days since last commit

28 users on Open Hub

Moderate Activity
5.0
 
I Use This

PowerDNS on Rails

Compare

  Analyzed about 22 hours 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 8 years since last commit

3 users on Open Hub

Inactive
4.5
   
I Use This

Poweradmin

Compare

  Analyzed 1 day 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.

140K lines of code

4 current contributors

2 days since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

ruby-pdns

Compare

  Analyzed about 9 hours 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 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

renchap's ruby-pdns

Compare

  Analyzed 1 day ago

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

5.26K lines of code

0 current contributors

almost 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

ruby-pdns-reverse

Compare

  Analyzed about 5 hours ago

A reverse-DNS management module for PowerDNS

87 lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

pdns

Compare

  Analyzed about 22 hours ago

Development repository for Opscode Cookbook pdns

1.06K lines of code

4 current contributors

22 days since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

AtomiaDNS

Compare

  No analysis available

Atomia DNS is a free & open source DNS management system.

0 lines of code

5 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: isc

powerdns-rest-api

Compare

  Analyzed 1 day ago

A basic RESTful API for PowerDNS 3 compatible with PowerAdmin database schema.

707 lines of code

3 current contributors

almost 2 years since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This