-
Notifications
You must be signed in to change notification settings - Fork 1
/
instances.php
65 lines (50 loc) · 1.89 KB
/
instances.php
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
55
56
57
58
59
60
61
62
63
64
65
<?php
include "misc/header.php";
?>
<div>
<table class="instance-table margin-top-50">
<tr>
<th>Hosted</th>
<td>Europe/Germany</td>
</tr>
<tr>
<th>Clearnet</th>
<td><a href="https://t.librey.org">https://t.librey.org</a></td>
</tr>
<tr>
<th>Tor</th>
<td><a href="http://t5nctnrmrtooc3jlt2ygm2bvdvktftdvmlvzxaqwgkxhswntyxo6lyyd.onion"> http://t5nctnrmrtooc3jlt2ygm2bvdvktftdvmlvzxaqwgkxhswntyxo6lyyd.onion</a></td>
</tr>
<tr>
<th>I2P</th>
<td><a href="http://zrwytny3yzgeeo7wfvbjwbanksvwuud6s6xewfb5cchsmtupubwq.b32.i2p">http://zrwytny3yzgeeo7wfvbjwbanksvwuud6s6xewfb5cchsmtupubwq.b32.i2p</a></td>
</tr>
</table>
<table class="instance-table margin-top-50">
<tr>
<th>Hosted</th>
<td>NorthAmerica/US</td>
</tr>
<tr>
<th>Clearnet</th>
<td><a href="https://trnt.librey.org">https://trnt.librey.org</a></td>
</tr>
<tr>
<th>Tor</th>
<td><a href="http://po2fyxzl3tadffsiotc3zvgrb4hgex7xpvlutah3um6ick6cneidkrid.onion">http://po2fyxzl3tadffsiotc3zvgrb4hgex7xpvlutah3um6ick6cneidkrid.onion</a></td>
</tr>
</table>
<table class="instance-table margin-top-50">
<tr>
<th>Tor</th>
<td><a href="http://vyurzzaj3zi4gblkfabqrioyo5rfi5pczjjn3decuvjw2bqvbowhfwyd.onion">http://vyurzzaj3zi4gblkfabqrioyo5rfi5pczjjn3decuvjw2bqvbowhfwyd.onion</a></td>
</tr>
<tr>
<th>I2P</th>
<td><a href="http://tb5t4jzxp4uu67jrm7iqizs4cms26mz7qefj2nz6roxhhw4p22ba.b32.i2p">http://tb5t4jzxp4uu67jrm7iqizs4cms26mz7qefj2nz6roxhhw4p22ba.b32.i2p</a></td>
</tr>
</table>
</div>
<?php
include "misc/footer.php";
?>