Age | Commit message (Collapse) | Author |
|
|
|
When service was deleted we tried accessing a dictionary which was actually of
type None which is not possible.
|
|
Commit 967067970494c1800f ("ddclient: T1030: adjust to latest syntax")
was under the impression that ddclient 3.9.0 now handles every config
item with a comma in the end. This is unfortunately not true on RFC2136
dynamic DNS entries.
Remove commas on config template.
(cherry picked from commit cc2ea329b1bb2ac23ffcc64892e831e7978023e2)
|
|
(cherry picked from commit bbb3a9ecdf2cf76b6336414928030798007dc1c7)
|
|
(cherry picked from commit 967067970494c1800f028e5a44ff2fc9e39eabb9)
|
|
(cherry picked from commit 760ac992c827734032cc41a77ba21bcc4bde50e1)
|
|
(cherry picked from commit 564c75c511c2cfd23404a500340a53441c694ffd)
|
|
When deleting or changing "service dns dynamic" the cache file of ddclient
is not removed, leading to abandoned host names which might be already gone.
(cherry picked from commit ec604ef88e2845bcd75070f6dff325ccc50873aa)
|
|
(cherry picked from commit ad011db299196a2e5defa7d8030be149d71d53ee)
|
|
(cherry picked from commit cc3f6088783373bd56cd821599bdc12ba123125b)
|
|
This bug was present since the old Vyatta days as the use-web statement
was only put into action when also "use-web skip" was defined.
The service https://ipinfo.io/ip does not place any crap in front of the
IP address so the skip statement was not used and made no sense.
|
|
JINJA2 templated missed the 'server=' statement when generating custom dynamic
DNS entries in the resulting ddclient.conf.
|
|
Since version 3.8.0 ddclient support the update of multiple ip's. The
need for running multiple ddclient instances with different
configuration files is thus no longer necessary.
More information can be found on the ddclient forum:
https://sourceforge.net/p/ddclient/mailman/message/20383414/
|
|
|
|
|