mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Expand shoutcast to 8000-8100
Suugested-by: hoba
This commit is contained in:
parent
d418382252
commit
29f585f28b
@ -1425,7 +1425,7 @@
|
||||
|
||||
if($_POST['streamingmp3'] != "") {
|
||||
/* streaming mp3 media aka shoutcast */
|
||||
$othersplist[] = array('STREAMINGMP3', 'tcp', '8000', '8010', 'both', $_POST['streamingmp3']);
|
||||
$othersplist[] = array('STREAMINGMP3', 'tcp', '8000', '8100', 'both', $_POST['streamingmp3']);
|
||||
}
|
||||
|
||||
if($_POST['irc'] != "") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user