Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Do not use it that puch (migrated my personnal workflow to dnsvi). It does not survived upgrading from php 7.4 to php 8.4 and I do not have time to care.

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

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages