mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
dns-forwarding: add op-mode command to clean cache
This commit is contained in:
parent
2fedcc936f
commit
1d9198ebec
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user