diff options
author | Thomas Jansen <mithi@mithi.net> | 2010-09-25 15:00:43 +0200 |
---|---|---|
committer | Thomas Jansen <mithi@mithi.net> | 2010-09-25 15:00:43 +0200 |
commit | 9af9fd140032138894e4781caabee8a5a96edab8 (patch) | |
tree | e8afa3fcc319b9a8f9b810c32ae398edeee2372f /NEWS | |
parent | 0c80bd5fc09fad536424b139331b0f8f43437d1b (diff) | |
download | mpd-9af9fd140032138894e4781caabee8a5a96edab8.tar.gz mpd-9af9fd140032138894e4781caabee8a5a96edab8.tar.xz mpd-9af9fd140032138894e4781caabee8a5a96edab8.zip |
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 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ ver 0.16 (20??/??/??) - httpd: bind port when output is enabled - httpd: added name/genre/website configuration - httpd: implement "pause" + - httpd: bind_to_address support (including IPv6) - oss: 24 bit support via OSS4 - win32: new output plugin for Windows Wave - wildcards allowed in audio_format configuration |