summaryrefslogtreecommitdiff
path: root/src/op_mode/dynamic_dns.py
AgeCommit message (Collapse)Author
2020-04-13op-mode: ddclient: T2185: adjust cache file pathChristian Poessinger
2020-04-13op-mode: ddclient: T2185: explicitly specify systemd serviceChristian Poessinger
2020-04-09util: T2226: os.system was wrongly converted to runThomas Mangin
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code.
2020-04-06util: T2226: covert most calls from os.system to utilThomas Mangin
As little change a possible but the function call The behaviour should be totally unchanged.
2018-11-04Add missing VyOS copyright noticesChristian Poessinger
2018-08-18T784: Added update dns dynamic operationDmytro Aleksandrov