Skip to content
Snippets Groups Projects
Commit 49d17654 authored by ale's avatar ale
Browse files

Fix Icecast config dir location

parent e01222e1
No related branches found
No related tags found
1 merge request!1v2.0
......@@ -38,8 +38,8 @@ var (
lbSpec = flag.String("lb-policy", "listeners_available,listeners_score,weighted", "Load balancing rules specification (see godoc documentation for details)")
nameservers = flag.String("nameservers", "", "Comma-separated list of name servers (not IPs) for the zone specified in --domain")
icecastConfigPath = flag.String("icecast-config", "/etc/icecast/icecast.xml", "Icecast configuration file")
icecastAdminPwPath = flag.String("icecast-pwfile", "/etc/icecast/.admin_pw", "Path to file with Icecast admin password")
icecastConfigPath = flag.String("icecast-config", "/etc/icecast2/icecast.xml", "Icecast configuration file")
icecastAdminPwPath = flag.String("icecast-pwfile", "/etc/icecast2/.admin_pw", "Path to file with Icecast admin password")
sessionTTL = 5
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment