X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/8624f66438a2286eb83f6ce9b2af99d07b13ae93..ce5910c07224d66252ff1921f7c181f65b574449:/client-scripts/dyn-ns-client diff --git a/client-scripts/dyn-ns-client b/client-scripts/dyn-ns-client index 6c030d1..9f8118b 100755 --- a/client-scripts/dyn-ns-client +++ b/client-scripts/dyn-ns-client @@ -76,6 +76,7 @@ def getMyIPv6(config, verbose = False): if verbose: print("Local IPv6 detected to be",ip) return ip + raise Exception("Unable to detect correct local IPv6 address") return getMyIP("IPv6", config, methods={'local': local}, verbose=verbose) def getCurIP(domain, family):