mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
77117a14b9
Clarify how to list several dns forwarders. Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Björn Baumbach <bb@samba.org> Autobuild-User(master): Björn Baumbach <bb@sernet.de> Autobuild-Date(master): Fri May 24 11:02:18 UTC 2019 on sn-devel-184
18 lines
548 B
XML
18 lines
548 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 192.168.0.2</value>
|
|
</samba:parameter>
|