diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-15 16:29:57 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-15 16:29:57 +0100 |
commit | 5c9a6f8b1882515124098f467cd825391c243172 (patch) | |
tree | d1924db291ee42102ed2e1249b77ed7b0d02485a | |
parent | ca941d3f5cb1d8b73e8e9395e0aacd9a0dbff9b9 (diff) | |
download | vyos-documentation-5c9a6f8b1882515124098f467cd825391c243172.tar.gz vyos-documentation-5c9a6f8b1882515124098f467cd825391c243172.zip |
dns-forwarding: add op-mode command to restart daemon
-rw-r--r-- | docs/services/dns-forwarding.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/services/dns-forwarding.rst b/docs/services/dns-forwarding.rst index 4001b952..a4fbdd9f 100644 --- a/docs/services/dns-forwarding.rst +++ b/docs/services/dns-forwarding.rst @@ -139,3 +139,7 @@ Operation Reset local DNS forwarding cache database. You can reset the cache for all entries or only for entries to a specific domain. + +.. opcmd:: restart dns forwarding + +Restart DNS recursor process which also invalidates the cache. |