summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/domain/dnsforwarder.xml
blob: 23a38862cb2589f68e902bafeb0c014ade8e3191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<samba:parameter name="dns forwarder"
                 context="G"
                 type="string"
                 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>