Tags : Browse Projects

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

OpenNetAdmin

Compare

  Analyzed about 1 year ago

OpenNetAdmin provides a database managed inventory of your IP network (IPAM). Each host can be tracked via a centralized AJAX enabled Web interface. DHCP and DNS configuration can be generated for individual servers from the data stored in the database.

91.9K lines of code

2 current contributors

about 1 year since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This

ruby-pdns

Compare

  Analyzed about 1 year 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

over 14 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Zone Manager

Compare

  Analyzed about 1 year ago

Zone Manager is a tool designed for companies, that manage many domains, networks and associated DNS/DHCP servers. It allows having one central database of DNS/DHCP records and replicating them in a controlled way to various DNS/DHCP software or hardware: Amazon Route53, Cloudflare, BIND servers, MikroTik routers etc.

722 lines of code

0 current contributors

over 2 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

HappyDNS

Compare

  Analyzed about 1 year ago

Finally a simple interface for domain names. – https://happydomain.org/

13.1K lines of code

0 current contributors

about 1 year since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

dnsmanager

Compare

  Analyzed about 1 year ago

DNS zones manager. Configure your own dns zone in your browser, get a name on the Internet!

11.9K lines of code

0 current contributors

over 3 years since last commit

0 users on Open Hub

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

desec-io

Compare

  Analyzed about 1 year ago

Backbone of the deSEC.io Free Secure DNS Hosting Service

18.8K lines of code

0 current contributors

about 1 year since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This