Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ale
autoradio
Commits
009d7c75
Commit
009d7c75
authored
Oct 16, 2015
by
ale
Browse files
set the default for --enable-proxy-streams to true
parent
79301b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
fe/http.go
View file @
009d7c75
...
...
@@ -22,7 +22,7 @@ import (
)
var
(
proxyStreams
=
flag
.
Bool
(
"enable-icecast-proxy"
,
fals
e
,
"Proxy the local icecast"
)
proxyStreams
=
flag
.
Bool
(
"enable-icecast-proxy"
,
tru
e
,
"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"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment