]> git.ipfire.org Git - people/ms/ddns.git/commit
Silently fall back to the guess the IP address with a remote server local-address-read-fix
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Aug 2015 00:01:51 +0000 (02:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Aug 2015 00:01:51 +0000 (02:01 +0200)
commit968d0ead62273b038629950e2336682ee391b709
treeb888c04055adcc7a3803161f78ff34dd781a8866
parenta6094ef64a5bf29796b5d880427109826dfe1950
Silently fall back to the guess the IP address with a remote server

For most OSes we do not implement a way to read the current IP
address from the local configuration. In that case ddns used to
throw an exception and stop. This patch changes that in the way
that ddns will fall back to guess the IP address with help
of a remote server.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/ddns/system.py