Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:howtos:tor [2013/05/12 20:41] – prometheus | projects:howtos:tor [2015/07/15 21:54] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| root@pi# cd / | root@pi# cd / | ||
| root@pi# vim tor.service | root@pi# vim tor.service | ||
| - | ... | + | </ |
| + | |||
| + | |||
| + | <sxh bash; title: systemd service file - / | ||
| + | [Unit] | ||
| + | Description=Starting Tor Service | ||
| + | |||
| + | [Service] | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | After=multi-user.target | ||
| + | </ | ||
| + | |||
| + | <sxh bash;> | ||
| root@pi# vim ntp-once.service | root@pi# vim ntp-once.service | ||
| - | ... | + | </ |
| + | |||
| + | <sxh plain; title:> | ||
| </ | </ | ||
| 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 plain; title: / | ||
| + | ORPort 443 | ||
| + | |||
| + | Log notice file / | ||
| + | |||
| + | RelayBandwidthRate 100 KB # Throttle traffic to 100KB/s (800Kbps) | ||
| + | RelayBandwidthBurst 200 KB # But allow bursts up to 200KB/s (1600Kbps) | ||
| + | |||
| + | # | ||
| + | # | ||
| + | |||
| + | SocksPort 0 | ||
| + | BridgeRelay 1 | ||
| + | Exitpolicy reject *:* | ||
| </ | </ | ||
| Line 71: | Line 103: | ||
| ===== References ===== | ===== References ===== | ||
| - | * [[http:// | + | * [[http:// |
| + | * [[http:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| ===== Conclusion ===== | ===== Conclusion ===== | ||