Skip to content

Instantly share code, notes, and snippets.

@kha84
Last active July 21, 2024 14:15
Show Gist options
  • Save kha84/b70e2ba1351f380fdf1c4e2765470750 to your computer and use it in GitHub Desktop.
Save kha84/b70e2ba1351f380fdf1c4e2765470750 to your computer and use it in GitHub Desktop.
Tor as socks system proxy in windows 11
  1. Have tor downloaded and running. Not the "Tor browser" - a nightmare in terms of privacy and invasive shit, but the CLI tor router.

    The tor website is sorta convoluted (probably on purpose), but what you need is called "The Tor Expert Bundle" https://www.torproject.org/download/tor/

    In Linux you can just download tor from your repos like apt install tor or yum install tor

  2. Go to system settings and find "Proxy" (should be Network & internet > Proxy), then in section "Manual proxy setup" click on "Set up" button.

  3. Turn on "Use a proxy server", in the Proxy IP address put "socks=127.0.0.1" as a value, for Port put "9050".

    Click save and go check in your web browser that system routing via Socks proxy (built-in in Tor) is working fine, by accessing https://check.torproject.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment