divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit a22c8b3ecc26791b52faa1bb2b6e0b8a754c8dff
parent 4f0bab3883e73a46565f1cd25ae5db005a0f7a36
Author: sin <sin@2f30.org>
Date:   Mon, 18 Sep 2017 15:48:49 +0100

Radio is over TLS now

Diffstat:
Mradio.shtml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/radio.shtml b/radio.shtml @@ -1,10 +1,10 @@ <p> This is the status page of our web radio station. The stream of music bytes is here: -<a href="http://radio.2f30.org:8000/live.mp3"> -http://radio.2f30.org:8000/live.mp3</a>. +<a href="https://radio.2f30.org:8443/live.mp3"> +https://radio.2f30.org:8443/live.mp3</a>. </p> <h3>Now playing</h3> -<iframe id="icecast" src="http://radio.2f30.org:8000/divzero.xsl"> +<iframe id="icecast" src="https://radio.2f30.org:8443/divzero.xsl"> </iframe>