I want all Fedora 29 communications via Tor.

Asked 1 years ago, Updated 1 years ago, 92 views

Due to some personal reasons, I was forced to send all Fedora(GNOME) communications via Tor, so I entered Tor's Socks host (localhost) and port number (9050) from Settings=>Network Proxy but somehow only Chrome was applied.

In the case of Debian distribution, I was able to apply Tor to the entire system with this setting, but can't Fedora do that?Also, how can I apply Tor throughout the system?If possible, I don't want to use Tails, so I just want to finish it in Fedora.I would appreciate it if you could let me know.I look forward to your kind cooperation.

linux network fedora

2022-09-30 17:07

1 Answers

For the tool to boot from the command line, you should set the appropriate value for the environment variable http_proxy.Some protocols may also require https_proxy or ftp_proxy.

export http_proxy="http://localhost:9051"

The above settings should be listed in .bashrc or /etc/bash.bashrc.

GUI tools may depend on the desktop environment.For GNOME, there seems to be no problem with the steps already configured.

Note:
How to set system proxy in Fedora 17?- Ask Fedora


2022-09-30 17:07

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.