You can do this by modifying Privoxy's forward-socks4a option. Open the OperaTor\Privoxy\config.txt file and find the following line:
Privoxy
forward-socks4a
OperaTor\Privoxy\config.txt
forward-socks4a / localhost:9050 .
By adding the line shown below you tell Privoxy to make an exception and do not torrify connections to the example.com domain:
example.com
forward .example.com .
You can try a different approach. Delete the whole forward-socks4a entry and replace it by the following line:
forward-socks4a .example.com localhost:9050 .
This will torrify connections to the example.com domain only.
More information about formatting options
You can do this by
You can do this by modifying 's
forward-socks4aoption. Open theOperaTor\Privoxy\config.txtfile and find the following line:By adding the line shown below you tell to make an exception and do not torrify connections to the
example.comdomain:You can try a different approach. Delete the whole
forward-socks4aentry and replace it by the following line:This will torrify connections to the
example.comdomain only.