diff --git a/source/_posts/chinwag.md b/source/_posts/alterant.md similarity index 97% rename from source/_posts/chinwag.md rename to source/_posts/alterant.md index b2503ba..ea485ea 100644 --- a/source/_posts/chinwag.md +++ b/source/_posts/alterant.md @@ -1,13 +1,13 @@ --- -title: Chinwag BBS +title: Alterant BBS comments: false date: 2018-08-31 thumbnail: /images/chinwag.png category: - BBS - - Mystic BBS + - Synchronet BBS --- -Chinwag is a BBS running on a Raspberry Pi under Docker. +Alterant is a BBS running on a Raspberry Pi under Docker. If you would like to explore BBS, Echomail and Netmail without having to setup a BBS for yourself, you are welcome to connect to mine. @@ -23,7 +23,7 @@ Just press the *Connect* button below, and create an account. The first time you Options.Enter = '\r'; Options.Font = 'CP437'; Options.ForceWss = true; - Options.Hostname = 'alterant.leenooks.net'; + Options.Hostname = 'alterant.static.leenooks.net'; Options.LocalEcho = false; Options.Port = 443; Options.ProxyHostname = ''; diff --git a/source/_posts/ansitex.md b/source/_posts/ansitex.md index d81521c..502c169 100644 --- a/source/_posts/ansitex.md +++ b/source/_posts/ansitex.md @@ -26,7 +26,7 @@ If you are interested in taking a look at what I have so far, just press the *Co Options.Enter = '#'; Options.Font = 'CP437'; Options.ForceWss = true; - Options.Hostname = 'alterant.leenooks.net'; + Options.Hostname = 'alterant.static.leenooks.net'; Options.LocalEcho = false; Options.Port = 443; Options.ProxyHostname = ''; diff --git a/source/_posts/oztex.md b/source/_posts/oztex.md index 1827e76..98d3932 100644 --- a/source/_posts/oztex.md +++ b/source/_posts/oztex.md @@ -67,7 +67,7 @@ var telnet; window.onload = function() { console.log("onload"); var url = document.location.href; - $D('host').value = 'alterant.leenooks.net'; + $D('host').value = 'alterant.static.leenooks.net'; $D('port').value = '443'; $D('encrypt').checked = true; $D('url').value = '/ws/videotex/516';