Hi,
if I wish hide my IP address, I add inside chrlauncher.ini a command line with one of these string:
- Hide my IP:
ChromiumCommandLine=--proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost
- 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