Silently fall back to the guess the IP address with a remote server

Message ID 1439338003-31606-1-git-send-email-michael.tremer@ipfire.org
State Accepted
Commit 12dc74a8f9722a4fea2e5c23e46218006ef7dafd
Headers

Message

Michael Tremer 12 Aug 2015, 10:06 a.m. UTC
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 | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)
  

Comments

Michael Tremer 15 Jan 2016, 12:09 p.m. UTC | #1
Whats the reason for this not being merged, yet?

-Michael