Change websocket address to alterant
This commit is contained in:
parent
6dcdca291e
commit
033281ef1d
@ -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 = '';
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user