diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-15 15:45:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-15 15:45:48 +0100 |
commit | 1d9198ebec35ca96e34d6bbdbc79e4537ca702e8 (patch) | |
tree | 01e34fd5d0e46281fa1309296ecabc6cdbe9c568 | |
parent | 2fedcc936fcdd666fcc87d94a9633264ce27786d (diff) | |
download | vyos-documentation-1d9198ebec35ca96e34d6bbdbc79e4537ca702e8.tar.gz vyos-documentation-1d9198ebec35ca96e34d6bbdbc79e4537ca702e8.zip |
dns-forwarding: add op-mode command to clean cache
-rw-r--r-- | docs/services/dns-forwarding.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/services/dns-forwarding.rst b/docs/services/dns-forwarding.rst index b79b631c..f4615766 100644 --- a/docs/services/dns-forwarding.rst +++ b/docs/services/dns-forwarding.rst @@ -4,6 +4,9 @@ DNS Forwarding ############## +Configuration +============= + VyOS provides DNS infrastructure for small networks. It is designed to be lightweight and have a small footprint, suitable for resource constrained routers and firewalls, for this we utilize PowerDNS recursor. @@ -128,3 +131,10 @@ use of DNS split-horizon for example.com. set service dns forwarding allow-from 192.168.1.0/24 set service dns forwarding allow-from 2001:db8::/64 +Operation +========= + +.. opcmd:: reset dns forwarding <all | domain> + +Reset local DNS forwarding cache database. You can reset the cache for all +entries or only for entries to a specific domain. |