config/Templates: mark http_proxy_* deprecated
This commit is contained in:
parent
ac03871174
commit
df03a7b3f8
@ -54,10 +54,10 @@ const ConfigTemplate config_param_templates[] = {
|
||||
{ "samplerate_converter" },
|
||||
{ "audio_buffer_size" },
|
||||
{ "buffer_before_play" },
|
||||
{ "http_proxy_host" },
|
||||
{ "http_proxy_port" },
|
||||
{ "http_proxy_user" },
|
||||
{ "http_proxy_password" },
|
||||
{ "http_proxy_host", false, true },
|
||||
{ "http_proxy_port", false, true },
|
||||
{ "http_proxy_user", false, true },
|
||||
{ "http_proxy_password", false, true },
|
||||
{ "connection_timeout" },
|
||||
{ "max_connections" },
|
||||
{ "max_playlist_length" },
|
||||
|
Loading…
Reference in New Issue
Block a user