63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
|
Nickname Dreamon
|
||
|
ContactInfo 0x765AED304211C28410D5C478FCBA0482B0AB9F10 Jacob Hrbek <kreyren@rixotstudio.cz>
|
||
|
NumCPUs 8
|
||
|
SocksPort 9050
|
||
|
ORPort 9001
|
||
|
|
||
|
# Set up SSH Daemon to run through Tor
|
||
|
HiddenServiceDir /var/lib/tor/sshd/
|
||
|
HiddenServicePort 22 127.0.0.1:22
|
||
|
|
||
|
# SMTP
|
||
|
HiddenServiceDir /var/lib/tor/smtp
|
||
|
HiddenServicePort 995 127.0.0.1:25
|
||
|
|
||
|
# IMAP
|
||
|
HiddenServiceDir /var/lib/tor/imap
|
||
|
HiddenServicePort 143 127.0.0.1:143
|
||
|
|
||
|
# POP3
|
||
|
HiddenServiceDir /var/lib/tor/pop3
|
||
|
HiddenServicePort 110 127.0.0.1:110
|
||
|
|
||
|
# Submission
|
||
|
HiddenServiceDir /var/lib/tor/submission
|
||
|
HiddenServicePort 587 127.0.0.1:587
|
||
|
|
||
|
# SMTPS
|
||
|
HiddenServiceDir /var/lib/tor/smtps
|
||
|
HiddenServicePort 465 127.0.0.1:465
|
||
|
|
||
|
# IMAPS
|
||
|
HiddenServiceDir /var/lib/tor/imaps
|
||
|
HiddenServicePort 993 127.0.0.1:993
|
||
|
|
||
|
# POP3S
|
||
|
HiddenServiceDir /var/lib/tor/pop3s
|
||
|
HiddenServicePort 995 127.0.0.1:995
|
||
|
|
||
|
# Include configuration for hidden_mx
|
||
|
# NOTICE(Krey): OnionMX requires more research and is currently disabled
|
||
|
#%include /etc/tor/torrc.d/hidden_mx
|
||
|
|
||
|
# To provide informations about this relay to public
|
||
|
# FIXME: Verify that we can use this as an exit node, then uncomment
|
||
|
#DirPortFrontPage /etc/tor//tor-exit-notice.html
|
||
|
|
||
|
# FIXME: Verify that ISP doesn't log the traffic
|
||
|
ExitRelay 0
|
||
|
|
||
|
# FIXME(Krey): Value autodetected by tor -> requires logic
|
||
|
maxMemInQueues 5960 MB
|
||
|
|
||
|
# Setup Bandwidth limiters
|
||
|
RelayBandwidthRate 125 KB # Throttle traffic to 125KB/s 1000kbps)
|
||
|
RelayBandwidthBurst 375 KB # But allow bursts up to 375KB/s (3000kbps)
|
||
|
|
||
|
# DNS
|
||
|
DNSPort 5400
|
||
|
|
||
|
# To provide informations about this relay to public
|
||
|
# FIXME: Verify that we can use this as an exit node, then uncomment
|
||
|
#DirPortFrontPage /etc/tor//tor-exit-notice.html
|