Skip to content

Chromium with Tor #76

@skarsgal

Description

@skarsgal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions