aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorThomas Jansen <mithi@mithi.net>2010-09-25 15:00:43 +0200
committerThomas Jansen <mithi@mithi.net>2010-09-25 15:00:43 +0200
commit9af9fd140032138894e4781caabee8a5a96edab8 (patch)
treee8afa3fcc319b9a8f9b810c32ae398edeee2372f /doc/mpdconf.example
parent0c80bd5fc09fad536424b139331b0f8f43437d1b (diff)
output/httpd: bind_to_address support (including IPv6)
Added support for a new optional configuration setting for the httpd output named "bind_to_address". Setting it to a specific IP address (v4 or v6) will cause the httpd output to bind to that address exclusively. Supporting multiple addresses in parallel is future work. This implements the feature requests #2998 and #2646.
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 3b69e9bb..b14337c7 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -260,6 +260,7 @@ input {
# name "My HTTP Stream"
# encoder "vorbis" # optional, vorbis or lame
# port "8000"
+# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"