projects
/
dyn-nsupdate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
15e3ef6
)
more verbose
author
Ralf Jung
<post@ralfj.de>
Wed, 22 Nov 2017 20:39:27 +0000
(21:39 +0100)
committer
Ralf Jung
<post@ralfj.de>
Wed, 22 Nov 2017 20:39:27 +0000
(21:39 +0100)
client-scripts/dyn-ns-client
patch
|
blob
|
history
diff --git
a/client-scripts/dyn-ns-client
b/client-scripts/dyn-ns-client
index 774c5103950bd89114a3978eaafafd1de9f1b232..85c291054ae72f60b6ffa3b435db55ed6dbfcee1 100755
(executable)
--- a/
client-scripts/dyn-ns-client
+++ b/
client-scripts/dyn-ns-client
@@
-143,6
+143,8
@@
def updateDomain(server, domain, ipv4, ipv6, password, config, verbose):
if ipv6 is not None:
url += '&ipv6='+urllib.parse.quote(ipv6)
expected += " "+ipv6
if ipv6 is not None:
url += '&ipv6='+urllib.parse.quote(ipv6)
expected += " "+ipv6
+ if verbose >= VERBOSE_FULL:
+ print("Request:",url)
result = urlopen(url, config)
# did everything go as planned?
result = urlopen(url, config)
# did everything go as planned?