mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
75eb53de85
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
19 lines
557 B
XML
19 lines
557 B
XML
<samba:parameter name="dns forwarder"
|
|
context="G"
|
|
type="string"
|
|
constant="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This option specifies the DNS server 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>
|