Clear Domain Name System (DNS) related service state
Clear Dynamic DNS information
Clear Dynamic DNS information cache (ddclient)
sudo rm -f /run/ddclient/ddclient.cache
Monitor last lines of Domain Name System (DNS) related services
Monitor last lines of Dynamic DNS update service
journalctl --no-hostname --follow --boot --unit ddclient.service
Show log for Domain Name System (DNS) related services
Show log for Dynamic DNS update service
journalctl --no-hostname --boot --unit ddclient.service
Show Domain Name System (DNS) related information
Show Dynamic DNS information
Show Dynamic DNS status
sudo ${vyos_op_scripts_dir}/dns.py show_dynamic_status
Restart specific Domain Name System (DNS) related service
Restart Dynamic DNS service
sudo ${vyos_op_scripts_dir}/restart.py restart_service --name dns_dynamic
Reset Domain Name System (DNS) related service state
Reset Dynamic DNS information
sudo ${vyos_op_scripts_dir}/dns.py reset_dynamic