diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 13:38:31 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:29 +0200 |
commit | e9d91cd4a133d7acb377341282230f99f5e10a12 (patch) | |
tree | 32d72610d90c959fa4be4448857d8dbac8577bb2 /docs-xml/smbdotconf/domain | |
parent | 394258ad4c3413388e800800b2b1b941de037fa3 (diff) | |
download | samba-e9d91cd4a133d7acb377341282230f99f5e10a12.tar.gz samba-e9d91cd4a133d7acb377341282230f99f5e10a12.tar.xz samba-e9d91cd4a133d7acb377341282230f99f5e10a12.zip |
smb.conf(5): Add basic documentation for 'dns forwarder'.
Diffstat (limited to 'docs-xml/smbdotconf/domain')
-rw-r--r-- | docs-xml/smbdotconf/domain/dnsforwarder.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/domain/dnsforwarder.xml b/docs-xml/smbdotconf/domain/dnsforwarder.xml new file mode 100644 index 00000000000..23a38862cb2 --- /dev/null +++ b/docs-xml/smbdotconf/domain/dnsforwarder.xml @@ -0,0 +1,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> |