-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservers.html
More file actions
54 lines (50 loc) · 1.59 KB
/
servers.html
File metadata and controls
54 lines (50 loc) · 1.59 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="icon" href="assets/va_transparent.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Servers - vulpineawoo</title>
</head>
<body>
<ul id="hnav">
<li><a href=".">Home</a></li>
<li><a href="coc.html">CoC</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="news">News</a></li>
<li><a href="https://vulpineawoo.statuspage.io">Status</a></li>
</ul>
<div id="heading">Servers</div>
<div class="wrapper">
<div class="box">
<h1>vulpineawoo.cheapiesystems.com</h1>
<ul>
<li><strong>accepts public connections:</strong> yes</li>
<li><strong>ports:</strong> 6667, 6697 (tls)</li>
<li><strong>location:</strong> eastern united states</li>
<li><strong>description:</strong> solanum server on a kitty cat vps</li>
</ul>
</div>
<div class="box">
<h1>irc.wppnx.pii.at</h1>
<ul>
<li><strong>accepts public connections:</strong> legacy ip (ipv4) only</li>
<li><strong>ports:</strong> 6667, 6697 (tls)</li>
<li><strong>location:</strong> eastern united states</li>
<li><strong>description:</strong> solanum server on a raspberry pi 1B</li>
</ul>
</div>
</div>
<div id="footer">
<ul id="fnav">
<li><a href=".">Home</a></li>
<li><a href="coc.html">CoC</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="news">News</a></li>
<li><a href="https://vulpineawoo.statuspage.io">Status</a></li>
</ul>
<br>
copyright © 2024 vulpineawoo irc network
</div>
</body>
</html>