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 21:19] – [Configuration] 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 86: 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