Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dynamic DNS updated by (authenticated) HTTP

NotificationsYou must be signed in to change notification settings

hmng/cgi_ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solution for dynamic DNS using nsupdate and cgi-bin script.

Instructions:

Create directory /var/www/cgi-bin/nsupdateCopy scripts into it.

Change domain in nsupdate.cgi and nsdelete.cgi

Drop nsupdate.conf in /etc/httpd/conf

Create passwords for names that are allowed to change it's dns A record:

$ cd /et/httpd$ htdigest -c user.passwd.nsupdate DNS <hostname>

On the machine that has a public dynamic IP or is on a private subnetbehind a NAT router with dynamic IP:

crontab -e

0,15,30,45 * * * * curl --digest --user <hostname>:<password> -s http://<YOURWEBSERVER>/nsupdate/nsupdate.cgi > /dev/null

About

Dynamic DNS updated by (authenticated) HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp