summaryrefslogtreecommitdiff
path: root/src/op_mode/dns_forwarding_reset.py
AgeCommit message (Collapse)Author
2020-04-15dns-forwarding: T2298: fix path to control fileChristian Poessinger
After migrating PowerDNS to systemd and also its configuration files to a volatile directory in commit 77d725f ("dns-forwarding: T2185: move configuration files to volatile /run directory") the path for the control file has not been altered and pushed to the client rec_control binary"
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-08op-mode: dns: forwarding: cleanupChristian Poessinger
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-05-20T603: complete the reset dns forwarding command.Daniil Baturin
2018-05-19T564: a command to reset DNS forwarding cache for a domain and better ↵Daniil Baturin
checking for unconfigured service.