Commit df03a7b3 authored by Max Kellermann's avatar Max Kellermann

config/Templates: mark http_proxy_* deprecated

parent ac038711
...@@ -54,10 +54,10 @@ const ConfigTemplate config_param_templates[] = { ...@@ -54,10 +54,10 @@ const ConfigTemplate config_param_templates[] = {
{ "samplerate_converter" }, { "samplerate_converter" },
{ "audio_buffer_size" }, { "audio_buffer_size" },
{ "buffer_before_play" }, { "buffer_before_play" },
{ "http_proxy_host" }, { "http_proxy_host", false, true },
{ "http_proxy_port" }, { "http_proxy_port", false, true },
{ "http_proxy_user" }, { "http_proxy_user", false, true },
{ "http_proxy_password" }, { "http_proxy_password", false, true },
{ "connection_timeout" }, { "connection_timeout" },
{ "max_connections" }, { "max_connections" },
{ "max_playlist_length" }, { "max_playlist_length" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment