Skip to content

This script is used for route network traffic over tor proxy in MacOS

Notifications You must be signed in to change notification settings

Pradeeparul2/torproxy-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tor Proxy for MacOS

This script is used for route network traffic over tor proxy in MacOS

Requirements

  1. Tor
  2. Python3

Install tor on MacOS

brew install tor

if you don't have brew, here(https://brew.sh) installation instructions

How to use

  1. clone code

    git clone https://github.com/Pradeeparul2/torproxy-mac.git
    
  2. Create virtual environment and install requirements

    cd torproxy-mac
    python -m venv venv
    source venv/bin/activate
    

    Install requirements

    pip install -r requirements.txt
    
  3. Run torproxy script

    # for help
    python torproxy.py -h
    
    # To start tor proxy
    python torproxy.py -c start
    
    # To stop tor proxy
    python torproxy.py -c stop
    

About

This script is used for route network traffic over tor proxy in MacOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages