mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli/dns: dns forwarder port doc changes
Documentation changes specifying how list entries for dns forwarder are to be specified with ability to add trailing target port number. Signed-off-by: Matthew Grant <grantma@mattgrant.net.nz> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
860d8902a9
commit
775939823a
@ -8,10 +8,14 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>The DNS forwarder is only used if the internal DNS server
|
<para>The DNS forwarder is only used if the internal DNS server
|
||||||
in Samba is used.
|
in Samba is used. Port numbers can be appended by separating them from
|
||||||
|
the address by using a colon (':'). When specifying a port, IPv6
|
||||||
|
addresses must be enclosed in square brackets ('[' and ']'). IPv6
|
||||||
|
forwarder addresses with no port specified, don't need the square
|
||||||
|
brackets, and default to port 53.
|
||||||
</para>
|
</para>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<value type="default"></value>
|
<value type="default"></value>
|
||||||
<value type="example">192.168.0.1 192.168.0.2</value>
|
<value type="example">192.168.0.1 192.168.0.2 ::1 [2001:db8::1] [2001:db8:1:2::1]:54 </value>
|
||||||
</samba:parameter>
|
</samba:parameter>
|
||||||
|
Loading…
Reference in New Issue
Block a user