Commit graph

17 commits

Author SHA1 Message Date
Erik Gregg
b478bf1a85 Don't issue warnings when freedns IP didn't change
Before this update, freedns warnings would appear in the log even though
FreeDNS sent back a code 200 with a message indicating the IP address was
already correct.  A simple regex change was all that was needed to make this a
success instead.  Now, it looks like this:

DEBUG:    server = freedns.afraid.org
SUCCESS:  updating xxx.xxx.xxx good: IP address has not changed

Conflicts:
	ddclient
2015-11-29 14:09:25 -05:00
wimpunk
c36b2a0dd7 Merge pull request #26 from jabaz/master
Added support for woima.fi dyndns service
2015-09-30 17:41:33 +02:00
Janne Hannila
14e8539eaf Prevent service to start multiple times.
Added messages if trying to start/stop already started/stopped service.
Added daemon install instructions for ubuntu.
2015-09-30 14:59:58 +03:00
Janne Hannila
35e6c1a163 Added support for woima.fi dyndns service 2015-09-30 14:54:02 +03:00
Wim Vinckier
f6409c756d Added duckDNS to the README.md 2015-03-21 12:57:37 +01:00
Nelson Araujo
8409f45ab8 Add support for Google Domains provider. 2015-01-15 13:36:31 -08:00
Akshay Kodali
14243da90b Update README.md
Correct a spelling mistake
2015-01-14 22:06:51 +05:30
Robert Ian Hawdon
1d42008821 added Peter Roberts's cloudflare modifications, cleaned up code, updated README.md 2014-10-03 21:04:02 +01:00
wimpunk
9a859c3341 Merge pull request #3 from droe/feature/nsupdate
Add nsupdate(1) support
2014-06-02 21:45:46 +02:00
Wim Vinckier
1789c06620 Removed revision information
Revision information isn't very usable when switching to git.
2014-04-29 19:44:49 +02:00
Daniel Roethlisberger
de9fee6eec Add nsupdate(1) support
The 'nsupdate' protocol is used to submit Dynamic DNS Update requests as
defined in RFC2136 to a name server using the 'nsupdate' command line
utility part of ISC BIND.  Dynamic DNS updates allow resource records to
be added or removed from a zone configured for dynamic updates through
DNS requests protected using TSIG.  BIND ships with 'ddns-confgen', a
utility to generate sample configurations and instructions for both the
server and the client.  See nsupdate(1) and ddns-confgen(8) for details.
2014-04-27 20:03:38 +02:00
Tal
b05bacec0d Removed unnecessary chmod command from Alpine section of README.md
Added note to Alpine section of README.md to install perl before running ddclient
2014-03-10 21:29:44 -06:00
Tal
056fab5531 Added Alpine Linux init script 2014-03-10 21:04:31 -06:00
Wim Vinckier
89153c20e7 Release of version 3.8.2 2013-12-26 10:12:01 +01:00
Wim Vinckier
9de1d24873 r152 : Adding sha1-patch provided by pirast in [9742ac09]
r150 : Adding support for ChangeIP based on the patch from Michele Giorato
   http://sourceforge.net/p/ddclient/discussion/399428/thread/e85661ad/
r148 : Updated README file
2013-05-14 21:14:58 +02:00
Wim Vinckier
d92ef5414b Updated README file 2013-04-28 16:28:15 +02:00
wim vinckier
b32ca6f7ef Renamed README to README.md and applied some markdown syntax. 2012-08-14 16:28:16 +02:00
Renamed from README (Browse further)