Tags : Browse Projects

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

Domain Administrator And Zone Editor

Compare

  No analysis available

a bind management tool using php and a database

0 lines of code

0 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: No declared licenses
Tags bind dns php sql

rdnssd-win32

Compare

  Analyzed about 14 hours ago

rdnssd_win32 is a userspace implementation of the RFC 5006 for Microsoft Windows. It updates the Windows registry with the IPv6 name servers found in the RDNSS option of the Router Advertisement. Thus no need to configure an IPv6 nameservers manually.

1.36K lines of code

0 current contributors

about 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Calia

Compare

  No analysis available

Calia is a modular Network Management System with modules for Networking (switches, ports, automatic topology discovery, IP/MAC tracking, statistics), Systems (for DNS and DHCP management), Physical (for fiber cable plant tracking) and other utilities.

0 lines of code

0 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: No declared licenses
Tags cisco dhcp dns ip

Dynamic DNS CGI Tool

Compare

  Analyzed about 1 hour ago

ddns.pl - A cgi-bin Perl script to manipulate the content of any number of (BIND) zones on any number of Dynamic DNS (DDNS) server instances.

1.17K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Browser Privacy Test - NSnitch

Compare

  Analyzed about 15 hours ago

The Browser Privacy Test is powered by the open source project NSnitch. With NSnitch, find out which name servers are snitching on you. Provides a DNS server which records the IP address of requests made against it and then makes that IP available via a JSON API. For example, use the API to check ... [More] if DNS over TLS or DNSSEC is enabled or "Checking Disabled" is on or off. Also provides lookups for Tor Node membership, DNS blacklist status and Geo data. We welcome people to use our hosted version on nstoro.com. See the open source API in action at https://tenta.com/test. This browser privacy test tool is brought to you by Team Tenta. Tenta is your private, encrypted browser that protects your data instead of selling. [Less]

9.72K lines of code

1 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

record_store

Compare

  No analysis available

Manage DNS through a git-based workflow.

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: mit

ruby-pdns

Compare

  Analyzed 1 day 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 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Simple Management for BIND

Compare

  Analyzed 1 day ago

Smbind is a PHP-based tool for managing DNS zones for BIND via the web. Supports per-user administration of zones, error checking, and a PEAR DB database backend. Demo and screenshots available.

2K lines of code

0 current contributors

over 19 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Multi Whois

Compare

  Analyzed about 3 hours ago

Multi-Whois is a small whois domain name search program capable of finding multiple available domains via a file or a MySQL query. It reads a word/s from a file and performs a whois query on the given name plus the provided tld (top level domain)

2.76K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Domain::PublicSuffix

Compare

  Analyzed 1 day ago

This module utilizes the "effective_tld_names.dat" provided by Mozilla as a way to effectively reduce a fully qualified domain name down to the absolute root. The Mozilla PublicSuffix file is an open source, fully documented format that shows absolute root TLDs, primarily for Mozilla's browser ... [More] products to be able to determine how far a cookie's security boundaries go. [Less]

14.2K lines of code

2 current contributors

11 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This