mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
5caebde11d
This allows a secondary DNS forwarder for a trivial failover. Requests which fail/timeout at the primary DNS forwarder will be restarted entirely with the next forwarder in the list. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
18 lines
536 B
XML
18 lines
536 B
XML
<samba:parameter name="dns forwarder"
|
|
context="G"
|
|
type="cmdlist"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option specifies the list of DNS servers that DNS requests will be
|
|
forwarded to if they can not be handled by Samba itself.
|
|
</para>
|
|
|
|
<para>The DNS forwarder is only used if the internal DNS server
|
|
in Samba is used.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default"></value>
|
|
<value type="example">192.168.0.1</value>
|
|
</samba:parameter>
|