diff --git a/source/_posts/ansitex.md b/source/_posts/ansitex.md index 0a71bed..d81521c 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 = 'chinwag.leenooks.net'; + Options.Hostname = 'alterant.leenooks.net'; Options.LocalEcho = false; Options.Port = 443; Options.ProxyHostname = ''; diff --git a/source/_posts/oztex.md b/source/_posts/oztex.md index 2466511..81c7faa 100644 --- a/source/_posts/oztex.md +++ b/source/_posts/oztex.md @@ -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';