1DNF.PLUGIN.TORPROXY(8) dnf-plugins-extras DNF.PLUGIN.TORPROXY(8)
2
3
4
6 dnf.plugin.torproxy - DNF torproxy Plugin
7
9 Automatically pass all traffic in the tor network, and abort if tor is
10 not running or blocked, to avoid any kind of identity leak.
11
12 However, if there is a specific proxy settings in the configuration,
13 the plugin will not overwrite it, assuming that the user did set it on
14 purpose.
15
17 /etc/dnf/plugins/torproxy.conf
18
19 The minimal content of conf file should contain main sections with
20 parameters enabled and strict, otherwise plugin will not work. If the
21 strict parameter is set to True, torproxy plugin will halt DNF in the
22 case of Tor network unavailability.:
23
24 [main]
25 enabled = true
26 strict = false
27
28 If you do not want to use the default setup of tor, ie running it on
29 the localhost, you can also specify the port and host of the tor client
30 in a torproxy section like this:
31
32 [torproxy]
33 port = 9050
34 host = tor.example.org
35
37 See AUTHORS in your Extras DNF Plugins distribution
38
40 2019, Igor Gnatenko, Licensed under GPLv2+
41
42
43
44
454.0.8 Nov 07, 2019 DNF.PLUGIN.TORPROXY(8)