An open API service indexing awesome lists of open source software.

https://github.com/funbringer/systemd_tor_socks_tunnel


https://github.com/funbringer/systemd_tor_socks_tunnel

systemd systemd-units tor

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Systemd unit for Tor tunnel device

Usage:

```bash
# Install everything
$ makepkg -si
$ sudo systemctl enable tor-socks-tunnel --now

# Add some routes
$ sudo ip route add $(tor-resolve example.org) via 10.0.15.2
```