You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Hi,
if I wish hide my IP address, I add inside chrlauncher.ini a command line with one of these string:
ChromiumCommandLine=--proxy-server="socks5://localhost:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost
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
The text was updated successfully, but these errors were encountered: