internal/services/Tor.md
... ...
@@ -0,0 +1,31 @@
1
+[Tor](https://torproject.org/) ([dn42 mirror](http://tor.e-utp.dn42/)) is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security.
2
+
3
+# Tor Bridges
4
+
5
+Tor bridges allow for the Tor client to connect to a specific IP address and validate the fingerprint to permit safe connections into the Tor network for networks that do not directly access the public Internet, for example hosts that only have dn42 connections. The following bridges are currently available for use:
6
+
7
+| Name | Bandwidth | Contact | Protocol | Fingerprint | Info |
8
+|-----------------------|-----------|------------------|----------|------------------------------------------|------------------------------------|
9
+| photon.flat.dn42:8443 | 500kB/s | [email protected] | obfs4 | 79B30C78C9DA0F812589D336B399307435DC452A | Limited to 100GB transfer per week |
10
+
11
+# Anycast Tor
12
+
13
+There is an anycast address, 172.22.0.94 aka tor.dn42, that provides the following services:
14
+
15
+| Service | Port |
16
+|---------|----------|
17
+| ORPort | 9001/tcp |
18
+| DirPort | 9030/tcp |
19
+| SOCKS | 9050/tcp |
20
+
21
+It should be noted that the host providing the SOCKS services is able to see *all* of the traffic going through it, you will not be protected for the portion of the journey between your machine and the Tor service. There is also no guarantee that the SOCKS proxy even provides a Tor service, it may simply just be a SOCKS proxy and you have no means by which to verify it.
22
+
23
+There is also unfortunately no means by which to tell Tor to use a specific IP address as the entry point for a plain relay and while in theory you could connect to the ORPort and have a safe connection to Tor, there is no configuration option available for this.
24
+
25
+# Tor SOCKS Proxies
26
+
27
+_Note that the same warnings above also apply to the following proxies._
28
+
29
+| Proxy URL | Bandwidth | Contact | Fingerprint |
30
+|---------------------------------------|-------------|-------------|----------------------------------|
31
+| socks5://172.20.11.33:9050 | 100 Mbit/s | twink0r | ? |
... ...
\ No newline at end of file