From 222757edaa7717950315d56e9eb7a37295603c22 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Thu, 31 Oct 2013 19:33:28 +0100 Subject: [PATCH] Add port 8001 for SHOUTcast. --- plugins/localhost/localhost.load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/localhost/localhost.load b/plugins/localhost/localhost.load index 3f74a93..de9ef44 100644 --- a/plugins/localhost/localhost.load +++ b/plugins/localhost/localhost.load @@ -26,7 +26,7 @@ function lh end end -set -l common_localhost_ports 3000 4000 5000 6000 7000 8000 9000 8080 +set -l common_localhost_ports 3000 4000 5000 6000 7000 8000 9000 8080 8001 for port in $common_localhost_ports eval "function $port; lh $port; end"