diff --git a/icecast/icecast.go b/icecast/icecast.go index 4fe55a3..566d9e5 100644 --- a/icecast/icecast.go +++ b/icecast/icecast.go @@ -31,6 +31,8 @@ func Connect() (net.Conn, error){ return stream_socket, nil } + // ips, err := net.LookupIP("www.google.ca") + var sock net.Conn host := config.Xcfg.Server.ADDR + ":" + strconv.Itoa(config.Xcfg.Server.PORT) sock, err := net.Dial("tcp", host) diff --git a/www/tmpl/playlist.html b/www/tmpl/playlist.html index 6f5f888..9589f79 100644 --- a/www/tmpl/playlist.html +++ b/www/tmpl/playlist.html @@ -85,7 +85,7 @@