summaryrefslogtreecommitdiff
path: root/src/op_mode/dynamic_dns.py
AgeCommit message (Collapse)Author
2021-05-17ddclient: T3557: fix FileNotFoundError when querying status informationChristian Poessinger
If ddclient is not problery configured it will start up but no status file is generated. This commit checks if the status file exists before reading it. (cherry picked from commit 041cea6d7a13a804b4e656778048bcefd0a46cb8)
2020-05-29dynamic-dns: T2528: bugfix FileNotFoundError in "update dns dynamic"Christian Poessinger
Stopping and starting ddclient should only happen if the DNS dynamic service is actually configured. In addition it should always be checked if the file we try to delete really exists. (cherry picked from commit 0525e443fa68cda451c9f4c838e1f55cec913d2a)
2018-11-04Add missing VyOS copyright noticesChristian Poessinger
2018-08-18T784: Added update dns dynamic operationDmytro Aleksandrov