Change websocket address to alterant

This commit is contained in:
Deon George 2020-08-15 22:07:12 +10:00
parent 6dcdca291e
commit 033281ef1d
2 changed files with 2 additions and 2 deletions

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 = 'chinwag.leenooks.net';
Options.Hostname = 'alterant.leenooks.net';
Options.LocalEcho = false;
Options.Port = 443;
Options.ProxyHostname = '';

View File

@ -89,7 +89,7 @@ var telnet;
window.onload = function() {
console.log("onload");
var url = document.location.href;
$D('host').value = 'chinwag.leenooks.net';
$D('host').value = 'alterant.leenooks.net';
$D('port').value = '443';
$D('encrypt').checked = true;
$D('url').value = '/ws/videotex/516';