Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 633 Bytes

transparent-tor

Description

This script automates the configuration of a transparent Tor setup. It can also configure Tor as a proxy.

Installation

# Install git if it's not already installed
sudo pacman -S git

# Go to $HOME
cd ~

# Clone this repository
git clone https://github.com/vnmdcvpfug/transparent-tor.git

# Go to the repository directory
cd transparent-tor

# Run the installation script, then follow the on-screen instructions
./install.sh

Credits

The code is mainly derived from the ArchWiki Tor page.