projects:howtos:tor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:howtos:tor [2013/05/12 20:41] prometheusprojects:howtos:tor [2013/05/12 21:45] – [References] prometheus
Line 43: Line 43:
 root@pi# cd /etc/systemd/system root@pi# cd /etc/systemd/system
 root@pi# vim tor.service root@pi# vim tor.service
-...+</sxh> 
 + 
 + 
 +<sxh bash; title: systemd service file - /etc/systemd/system/tor.service> 
 +[Unit] 
 +Description=Starting Tor Service 
 + 
 +[Service] 
 +ExecStart=/usr/bin/tor -f /etc/tor/torrc 
 +  
 +[Install] 
 +After=multi-user.target 
 +</sxh> 
 + 
 +<sxh bash;>
 root@pi# vim ntp-once.service root@pi# vim ntp-once.service
-...+</sxh> 
 + 
 +<sxh plain; title:> 
 </sxh> </sxh>
  
Line 56: Line 73:
 root@pi# mv torrc torrc.original root@pi# mv torrc torrc.original
 root@pi# vim torrc root@pi# vim torrc
-...+</sxh> 
 + 
 +<sxh plain; title: /etc/tor/torrc> 
 +ORPort 443 
 +  
 +Log notice file /var/log/tor/notices.log 
 +  
 +RelayBandwidthRate 100 KB  # Throttle traffic to 100KB/s (800Kbps) 
 +RelayBandwidthBurst 200 KB # But allow bursts up to 200KB/s (1600Kbps) 
 + 
 +#AccountingStart day 00:00 
 +#AccountingMax 8 GB 
 +  
 +SocksPort 0 
 +BridgeRelay 1 
 +Exitpolicy reject *:*
 </sxh> </sxh>
  
Line 71: Line 103:
 ===== References ===== ===== References =====
  
-  * [[http://throwww.com/a/1ze|Routing 150GB Tor traffic though a Raspberry Pi]]\\ +  * [[http://throwww.com/a/1ze|Routing 150GB Tor traffic though a Raspberry Pi]] 
 +  * [[http://patrakov.blogspot.com/2011/01/writing-systemd-service-files.html|My Blog -Writing systemd service files]] 
 +  * https://trac.torproject.org/projects/tor/wiki/doc/TorFAQ#HowcanIlimitthetotalamountofbandwidthusedbymyTorrelay 
 +  * https://library.linode.com/securing-your-server#sph_creating-a-firewall 
 +  * https://www.torservers.net/wiki/setup/obfsproxy?s[]=torrc
  
 ===== Conclusion ===== ===== Conclusion =====
  • projects/howtos/tor.txt
  • Last modified: 2015/07/15 21:54
  • by 127.0.0.1