diff options
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/user.xml b/doc/user.xml index e1e62eb92..c783a981b 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -914,8 +914,17 @@ cd mpd-version</programlisting> <parameter>P</parameter> </entry> <entry> - Binds the HTTP server to the specified port (on all - interfaces). + Binds the HTTP server to the specified port. + </entry> + </row> + <row> + <entry> + <varname>bind_to_address</varname> + <parameter>ADDR</parameter> + </entry> + <entry> + Binds the HTTP server to the specified address (IPv4 or + IPv6). Multiple addresses in parallel are not supported. </entry> </row> <row> |