Skip to content
Snippets Groups Projects
Commit 009d7c75 authored by ale's avatar ale
Browse files

set the default for --enable-proxy-streams to true

parent 79301b83
Branches
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ import ( ...@@ -22,7 +22,7 @@ import (
) )
var ( 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") disableDebug = flag.Bool("disable-debug", false, "Disable /debug/ URLs")
restrictDebug = flag.Bool("restrict-debug", true, "Restrict access to /debug/ URLs to localhost") restrictDebug = flag.Bool("restrict-debug", true, "Restrict access to /debug/ URLs to localhost")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment