X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/d01eb4075a06784017b91c0fb32c218c4dd0b0e5..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):