Changed websocket hostname

This commit is contained in:
Deon George 2020-10-25 17:44:01 +11:00
parent 1291e2e74b
commit 71fb43d875
3 changed files with 6 additions and 6 deletions

View File

@ -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 = '';

View File

@ -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 = '';

View File

@ -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';