tor (aarch64+armv7hl)

Rating: 
5
Your rating: None Average: 5 (2 votes)

Tor (or The Onion Router) is a free software for enabling online anonymity. Tor directs Internet traffic through a free, worldwide, volunteer network consisting of more than four thousand relays to conceal a user's location or usage from anyone conducting network surveillance or traffic analysis. source: https://www.torproject.org Build for aarch64 with basic configuration.

Enabling CHUM repository may be required for build >=0.4.7.13. 

usage: Run as logged user.

torctl start
torctl stop

Using qCommand is advised.

As for http proxy I suggest to use tor together with Privoxy.

Add or uncoment line in Privoxy config for traffic redirect via tor:

forward-socks5t   /               127.0.0.1:9050 .

Tor is using following configuration files in following order:

~/.config/tor/torrc
/etc/tor/torrc
/var/lib/tor/torrc

The first one available is used.

Proxy:

socks://127.0.0.1:9050
privoxy: http://127.0.0.1:8118
Screenshots: 
Application versions: 
AttachmentSizeDate
File tor-0.4.5.8-0.aarch64.rpm2.53 MB13/06/2021 - 11:23
File tor-0.4.7.13-0.aarch64.rpm2.99 MB05/03/2023 - 23:41
File tor-0.4.7.13-1.aarch64.rpm4.7 MB17/03/2023 - 01:21
File tor-0.4.7.13-1.armv7hl.rpm4.67 MB17/03/2023 - 22:57
File tor-0.4.7.13-3.armv7hl.rpm4.67 MB16/07/2023 - 14:35
File tor-0.4.7.13-3.aarch64.rpm4.7 MB16/07/2023 - 14:35
File tor-0.4.7.14-0.armv7hl.rpm4.85 MB28/07/2023 - 18:57
File tor-0.4.7.14-0.aarch64.rpm4.88 MB28/07/2023 - 18:57
File tor-0.4.8.4-0.armv7hl.rpm4.84 MB26/08/2023 - 16:56
File tor-0.4.8.4-0.aarch64.rpm4.86 MB26/08/2023 - 16:56
Changelog: 
* 2023-08-26 kan 0.4.8.4-0

- tor update.

* 2023-07-28 kan 0.4.7.14-0

- tor update.

* 2023-07-16 kan 0.4.7.13-3

- /var/log permission fix

* 2023-03-16 kan 0.4.7.13-1

- torctl changes to enable nemo user for armv7hl

* 2023-03-05 kan 0.4.7.13-0

- tor update

* 2021-05-08 kan 0.4.5.8-0

- first release at openrepos