diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-13 09:31:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-13 09:32:30 +0200 |
commit | 63451d725a2b4bebbb7f5e04b2262527ab9a2fc8 (patch) | |
tree | 6b367a552d213ec2b18f68fe808de19c65718999 /docs/configuration/service | |
parent | d354b188f79180192044a42b0765a43aa1151410 (diff) | |
download | vyos-documentation-63451d725a2b4bebbb7f5e04b2262527ab9a2fc8.tar.gz vyos-documentation-63451d725a2b4bebbb7f5e04b2262527ab9a2fc8.zip |
dns: max-cache-entries was renamed to cache-size
(cherry picked from commit f51f769c621a41501735c062953eddf227f20b86)
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/dns.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst index 0a65161b..d9ebb01b 100644 --- a/docs/configuration/service/dns.rst +++ b/docs/configuration/service/dns.rst @@ -89,7 +89,7 @@ avoid being tracked by the provider of your upstream DNS server. Do not use the local ``/etc/hosts`` file in name resolution. VyOS DHCP server will use this file to add resolvers to assigned addresses. -.. cfgcmd:: set service dns forwarding max-cache-entries +.. cfgcmd:: set service dns forwarding cache-size <0-2147483647> Maximum number of DNS cache entries. 1 million per CPU core will generally suffice for most installations. |