/dynamic-dnsupdate

Automatically exported from code.google.com/p/dynamic-dnsupdate

Primary LanguagePHP

forked

This repository is my personnal fork of the original from the now archived https://code.google.com/archive/p/dynamic-dnsupdate/. Done this to be sur to keep it available. If I need, I will maybe try to keep this code working at least on latest Debian stable.

Description

  • This is a simple web-based dynamic DNS update program that can add, replace or delete DNS resource records in a master server. (very user friendly)
  • This program is developed based on a PEAR (PHP Extension and Application Repository)'s package Net_DNS without using a PHP's external program execution function (system).
  • This program is very useful for individuals or SMEs' DNS administers who want to manage their DNS resource records easily.

Prerequisites

History

  • Rev 1. 2008-06-01 : Added Authcode function
  • Rev 2. 2008-06-06 : Added TXT RR editing function

Screen Shots

https://raw.githubusercontent.com/hobgoblinsmaster/dynamic-dnsupdate/master/images/nsupdate.gif
https://raw.githubusercontent.com/hobgoblinsmaster/dynamic-dnsupdate/master/images/nsupdate2.gif

Commd line DNS Update

  • You can update DNS entries with either of these two command lines in Linux.
wget -O - --http-user=dnsupdate --http-passwd=AUTHCODE 'http://cslab.net/dnsupdate/dynamic.php?domain=freeserver.kr&host=test1&ttl=60&type=A&type_value=192.168.0.1'
lynx -source -auth=dnsupdate:AUTHCODE 'http://cslab.net/dnsupdate/dynamic.php?domain=freeserver.kr&host=test1&ttl=60&type=A&type_value=192.168.0.1'

Libraries

Similar softwares

SVN