3

How do I get a GeckoFX control based browser to use Tor as a proxy?

I have set the GeckoPreferences for: network.proxy.type to 1 network.proxy.socks to 127.0.0.1 network.proxy.socks_port to 9150 and the socks_version to 5

What else do I need to do, as this is not torifying my connections?

Thanks in Advance

Dave Gordon
  • 1,815
  • 4
  • 30
  • 52

1 Answers1

0

Tor default proxy port is 8118. use this port it will work...

127.0.0.1:8118
Nemi Chand
  • 138
  • 1
  • 10