From 009d7c75840da734462ae47c6e8a753fcbea5dc8 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 16 Oct 2015 23:43:35 +0100 Subject: [PATCH] set the default for --enable-proxy-streams to true --- fe/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/http.go b/fe/http.go index d07df168..f5d743de 100644 --- a/fe/http.go +++ b/fe/http.go @@ -22,7 +22,7 @@ import ( ) var ( - proxyStreams = flag.Bool("enable-icecast-proxy", false, "Proxy the local icecast") + proxyStreams = flag.Bool("enable-icecast-proxy", true, "Proxy the local icecast daemon") disableDebug = flag.Bool("disable-debug", false, "Disable /debug/ URLs") restrictDebug = flag.Bool("restrict-debug", true, "Restrict access to /debug/ URLs to localhost") -- GitLab