From 7fd93d60d7805e3108462338162d26ffb9069500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 29 Dec 2019 04:45:25 +0100 Subject: [PATCH] Add debug info based on feedback [1] [1] https://github.com/ddclient/ddclient/pull/52#issuecomment-359449906 --- ddclient | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ddclient b/ddclient index 6a033db..db87c1f 100755 --- a/ddclient +++ b/ddclient @@ -5701,6 +5701,9 @@ EoEXAMPLE } ###################################################################### ## nic_dnsexit_update +## Need update URL in this format: +## http://update.dnsexit.com/RemoteUpdate.sv?login=yourlogin&password=your_ip_update_password&host=yourhost.yourdomain.com&myip=xxx.xx.xx.xxx +## Successful responses are: '0=Success', '1=IP is the same as the IP on the system', '4=IP not changed. To save our system resources, please don't post updates unless the IP got changed.' ###################################################################### sub nic_dnsexit_update { debug("\nnic_dnsexit_update -------------------");