1
1
## Required: what port to advertise for incoming Tor connections.
2
2
ORPort 443
3
3
4
- # mirror directory information for others
4
+ # mirror directory information for others
5
5
DirPort 80
6
6
7
7
## Required: A unique handle for this server. Choose one.
8
8
Nickname Dignify01
9
9
10
- ## Contact info to be published in the directory, so we can contact you
11
- ## if your relay is misconfigured or something else goes wrong. Google
12
- ## indexes this, so spammers might also collect it.
13
- ContactInfo juha.nurmi<att>ahmia.fi
14
-
15
- ## The IP or fqdn for this server. Leave commented out and Tor will guess.
16
- ## This may be required, if tor cannot guess your public IP.
17
- Address SET_IP_ADDRESS_HERE
10
+ ## Contact info to be published in the directory, so we can contact you
11
+ ## if your relay is misconfigured or something else goes wrong. Google
12
+ ## indexes this, so spammers might also collect it.
13
+ ContactInfo juha.nurmi<<a>>ahmia.fi
18
14
19
15
## Uncomment to return an arbitrary blob of html on your DirPort.
20
16
DirPortFrontPage /etc/tor/tor-exit-notice.html
21
17
22
- OutboundBindAddress SET_IP_ADDRESS_HERE
23
-
24
18
RunAsDaemon 1
25
19
AvoidDiskWrites 1
26
- #MaxMemInQueues 256 M
27
20
28
- ## To limit your bandwidth usage, define this. Note that BandwidthRate
29
- ## must be at least 20 KB.
30
- #BandwidthRate 30720 KB # Throttle traffic to 10240KB/s
31
- #BandwidthBurst 51200 KB # But allow bursts up to 20480KB/s
32
-
33
- ExitPolicy reject 0.0.0.0/8:*
34
- ExitPolicy reject 169.254.0.0/16:*
35
- ExitPolicy reject 127.0.0.0/8:*
36
- ExitPolicy reject 192.168.0.0/16:*
37
- ExitPolicy reject 10.0.0.0/8:*
38
- ExitPolicy reject 172.16.0.0/12:*
39
- ExitPolicy reject SET_IP_ADDRESS_HERE:*
40
21
ExitPolicy accept *:20-23 # FTP, SSH, telnet
41
22
ExitPolicy accept *:43 # WHOIS
42
23
ExitPolicy accept *:53 # DNS
@@ -49,17 +30,24 @@ ExitPolicy accept *:220 # IMAP3
49
30
ExitPolicy accept *:389 # LDAP
50
31
ExitPolicy accept *:443 # HTTPS
51
32
ExitPolicy accept *:464 # kpasswd
33
+ ExitPolicy accept *:465 # URD for SSM (more often: an alternative SUBMISSION port, see 587)
52
34
ExitPolicy accept *:531 # IRC/AIM
53
35
ExitPolicy accept *:543-544 # Kerberos
54
36
ExitPolicy accept *:554 # RTSP
55
37
ExitPolicy accept *:563 # NNTP over SSL
38
+ ExitPolicy accept *:587 # SUBMISSION (authenticated clients [MUA's like Thunderbird] send mail over STARTTLS SMTP here)
56
39
ExitPolicy accept *:636 # LDAP over SSL
57
40
ExitPolicy accept *:706 # SILC
58
41
ExitPolicy accept *:749 # kerberos
59
42
ExitPolicy accept *:873 # rsync
60
43
ExitPolicy accept *:902-904 # VMware
61
44
ExitPolicy accept *:981 # Remote HTTPS management for firewall
62
- ExitPolicy accept *:989-995 # FTP over SSL, Netnews Administration System, telnets, IMAP over SSL, ircs, POP3 over SSL
45
+ ExitPolicy accept *:989-990 # FTP over SSL
46
+ ExitPolicy accept *:991 # Netnews Administration System
47
+ ExitPolicy accept *:992 # TELNETS
48
+ ExitPolicy accept *:993 # IMAP over SSL
49
+ ExitPolicy accept *:994 # IRCS
50
+ ExitPolicy accept *:995 # POP3 over SSL
63
51
ExitPolicy accept *:1194 # OpenVPN
64
52
ExitPolicy accept *:1220 # QT Server Admin
65
53
ExitPolicy accept *:1293 # PKT-KRB-IPSec
@@ -91,8 +79,9 @@ ExitPolicy accept *:8000 # iRDMI
91
79
ExitPolicy accept *:8008 # HTTP alternate
92
80
ExitPolicy accept *:8074 # Gadu-Gadu
93
81
ExitPolicy accept *:8080 # HTTP Proxies
82
+ ExitPolicy accept *:8082 # HTTPS Electrum Bitcoin port
94
83
ExitPolicy accept *:8087-8088 # Simplify Media SPP Protocol, Radan HTTP
95
- ExitPolicy accept *:8332-8333 # BitCoin
84
+ ExitPolicy accept *:8332-8333 # Bitcoin
96
85
ExitPolicy accept *:8443 # PCsync HTTPS
97
86
ExitPolicy accept *:8888 # HTTP Proxies, NewsEDGE
98
87
ExitPolicy accept *:9418 # git
@@ -101,5 +90,6 @@ ExitPolicy accept *:10000 # Network Data Management Protocol
101
90
ExitPolicy accept *:11371 # OpenPGP hkp (http keyserver protocol)
102
91
ExitPolicy accept *:19294 # Google Voice TCP
103
92
ExitPolicy accept *:19638 # Ensim control panel
93
+ ExitPolicy accept *:50002 # Electrum Bitcoin SSL
94
+ ExitPolicy accept *:64738 # Mumble
104
95
ExitPolicy reject *:*
105
-
0 commit comments