Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium with Tor #76

Closed
skarsgal opened this issue Jul 1, 2017 · 1 comment
Closed

Chromium with Tor #76

skarsgal opened this issue Jul 1, 2017 · 1 comment
Labels

Comments

@skarsgal
Copy link

skarsgal commented Jul 1, 2017

Hi,
if I wish hide my IP address, I add inside chrlauncher.ini a command line with one of these string:

  1. Hide my IP:
    ChromiumCommandLine=--proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost
  2. Hide my IP + Incognito mode:
    ChromiumCommandLine=--incognito --proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost"

Please note that port 9050 is required by Tor.

It is possible to add to Your chrlauncher a new option like this ?:
. # Check for type of connection
. # 1 -> Normal connection (default)
. # 2 -> Hide your IP
. # 3 -> Hide your IP + Incognito mode

This avoids remembering a complicated string.
Thanks

@henrypp
Copy link
Owner

henrypp commented Jul 1, 2017

No. You may pass arguments to chromium through launcher like that:
chrlauncher.exe --incognito --proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" it's all is simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants