mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
dns-forwarding: minor fixes
- remove redundant "be" - proper indent note block
This commit is contained in:
parent
499f536d5b
commit
ef0b747f39
@ -29,9 +29,10 @@ avoid to be tracked by the provider of your upstream DNS server.
|
|||||||
.. cfgcmd:: set service dns forwarding domain <domain-name> server <address>
|
.. cfgcmd:: set service dns forwarding domain <domain-name> server <address>
|
||||||
|
|
||||||
Forward received queries for a particular domain (specified via `domain-name`)
|
Forward received queries for a particular domain (specified via `domain-name`)
|
||||||
to a given name-server. Multiple nameservers can be specified.
|
to a given name-server. Multiple nameservers can be specified. You can use
|
||||||
|
this feature for a DNS split-horizon configuration.
|
||||||
|
|
||||||
.. note:: This also works for reverse-lookup zones e.g. ``18.172.in-addr.arpa``.
|
.. note:: This also works for reverse-lookup zones (``18.172.in-addr.arpa``).
|
||||||
|
|
||||||
.. cfgcmd:: set service dns forwarding allow-from <network>
|
.. cfgcmd:: set service dns forwarding allow-from <network>
|
||||||
|
|
||||||
@ -71,8 +72,8 @@ avoid to be tracked by the provider of your upstream DNS server.
|
|||||||
as with process.
|
as with process.
|
||||||
|
|
||||||
* **validate** The highest mode of DNSSEC processing. In this mode, all
|
* **validate** The highest mode of DNSSEC processing. In this mode, all
|
||||||
queries will be be validated and will be answered with a SERVFAIL in case
|
queries will be validated and will be answered with a SERVFAIL in case of
|
||||||
of bogus data, regardless of the client's request.
|
bogus data, regardless of the client's request.
|
||||||
|
|
||||||
.. note:: The famous UNIX/Linux ``dig`` tool sets the AD-bit in the query.
|
.. note:: The famous UNIX/Linux ``dig`` tool sets the AD-bit in the query.
|
||||||
This might lead to unexpected query results when testing. Set ``+noad``
|
This might lead to unexpected query results when testing. Set ``+noad``
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user