curl: moved proxy settings to "input" block
The old global settings "http_proxy_host", "http_proxy_port", "http_proxy_user" and "http_proxy_password" continue to work.
This commit is contained in:
@@ -149,6 +149,19 @@
|
||||
###############################################################################
|
||||
|
||||
|
||||
# Input #######################################################################
|
||||
#
|
||||
|
||||
input {
|
||||
plugin "curl"
|
||||
# proxy "proxy.isp.com:8080"
|
||||
# proxy_user "user"
|
||||
# proxy_password "password"
|
||||
}
|
||||
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
# Audio Output ################################################################
|
||||
#
|
||||
# MPD supports various audio output types, as well as playing through multiple
|
||||
@@ -325,19 +338,6 @@
|
||||
###############################################################################
|
||||
|
||||
|
||||
# HTTP Streaming Proxy ########################################################
|
||||
#
|
||||
# This setting specifies the HTTP proxy to use for playing HTTP streams. These
|
||||
# settings will be disabled by default.
|
||||
#
|
||||
#http_proxy_host "proxy.isp.com"
|
||||
#http_proxy_port "8080"
|
||||
#http_proxy_user "user"
|
||||
#http_proxy_password "password"
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
|
||||
# Resource Limitations ########################################################
|
||||
#
|
||||
# These settings are various limitations to prevent MPD from using too many
|
||||
|
Reference in New Issue
Block a user