From 94b1d56ccf898474fc9b23115ed4874aa194e16a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 26 Nov 2017 20:12:23 +0000 Subject: [PATCH] Restrict icecast clients to something more fitted to a small home server --- src/freedombone-app-icecast | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-app-icecast b/src/freedombone-app-icecast index 7fc48544..62be9647 100755 --- a/src/freedombone-app-icecast +++ b/src/freedombone-app-icecast @@ -516,6 +516,7 @@ function install_icecast { -e "s|[^<]*|$ICECAST_ONION_HOSTNAME|" \ /etc/icecast2/icecast.xml + sed -i "s|.*|10|g" /etc/icecast2/icecast.xml sed -i "s|.*|$ICECAST_PORT|g" /etc/icecast2/icecast.xml sed -i "s|.*|$MY_USERNAME|g" /etc/icecast2/icecast.xml sed -i "s|.*|$MY_EMAIL_ADDRESS|g" /etc/icecast2/icecast.xml