blob: a66b0d43dbcfd120f59dcc71f6e3d098ce4ed46c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!DOCTYPE html>
<html>
<head>
<title>rx</title>
<link rel="stylesheet" href="style.css" />
<style>
a.link {color: #0000A0;}
a.visited {color: #A000A0;}
a.active {color: #00A000;}
pre, code {font-size: 11pt; background: #ddd;}
</style>
</head>
<body>
<h1>rx - servers</h1>
<table>
<tbody>
<tr>
<th>Server</th>
<th>TLS support</th>
<th>Tor hidden service</th>
</tr>
<tr>
<td>irc.andrewyu.org</td>
<td>Yes</td>
<td>7zgv6657ybvqnqiuwbnolzgnhbtutbwvuecd2qtsmtpeuclcie7ngvid.onion</td>
</tr>
<tr>
<td>irc.runxiyu.org</td>
<td>Yes</td>
<td>No</td>
</tr>
</tbody>
</table>
<h2>Need help?</h2>
<p>We're available in the <code>#support</code> channel for any questions that may arise. If having issues connecting, email ircï¼ andrewyu.org (don't copy-paste the email address).</p>
</body>
</html>
|