Skip to content
/ ddns Public
forked from ipfire/ddns

Dynamic DNS client for IPFire

License

Notifications You must be signed in to change notification settings

TheDodger/ddns

This branch is 128 commits behind ipfire/ddns:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97998aa · Aug 16, 2014
Jun 9, 2014
Jun 9, 2014
Aug 4, 2014
Aug 16, 2014
Jun 13, 2014
Aug 1, 2012
Jun 13, 2014
Jul 19, 2014
Jun 9, 2014
Aug 5, 2014
Aug 16, 2014
Jun 22, 2014

Repository files navigation

ddns

A simple, extensible, cross-distribution, cross-platform dynamic DNS updater
written in Python.

WEB HOME:
	http://git.ipfire.org/?p=ddns.git;a=summary

BUGTRACKER:
	https://bugzilla.ipfire.org/

	Product: DDNS Updater

LICENSE:
	The authors licensed their work as free software under the terms of
	the

		GNU GENERAL PUBLIC LICENSE v3.0+

	Any content besides source code (images, etc.) is licensed under the
	terms of the

		Creative Commons Attribution ShareAlike 3.0 Unported

	license.

INSTALLATION:
	REQUIREMENTS:
		ddns is written in Python and does not require any third-party
		modules. The minumum version of Python that has been tested
		is Python 2.7.

		Building the program from source code requires:
			* GNU make
			* intltool

		Building from the source repository additionally requires:
			* autoconf
			* automake

	INSTRUCTIONS:
		If the configure script does not exist, please run:
			./autogen.sh

		Then run:
			./configure --prefix=/usr --sysconfdir=/etc
			make
			make install

SUPPORTED PROVIDERS:
	all-inkl.com
	dhs.org
	dns.lightningwirelabs.com
	dnspark.com
	dtdns.com
	dyndns.org
	dynu.com
	easydns.com
	enom.com
	entrydns.net
	freedns.afraid.org
	namecheap.com
	no-ip.com
	nsupdate.info
	opendns.com
	ovh.com
	regfish.com
	selfhost.de
	spdns.org
	strato.com
	twodns.de
	udmedia.de
	variomedia.de
	zoneedit.com

Also supports DNS updates via the ISC BIND nsupdate utility.

About

Dynamic DNS client for IPFire

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%