tun2proxy

Route traffic through SOCKS/HTTP proxies via TUN interface

brewmacoslinux
Try with needOr install directly
Source

About

Tunnel (TUN) interface for SOCKS and HTTP proxies

Commands

tun2proxy

Examples

Route all traffic through a SOCKS5 proxy$ sudo tun2proxy --socks5 127.0.0.1:1080
Route traffic through an HTTP proxy on port 8080$ sudo tun2proxy --http 127.0.0.1:8080
Route specific subnet through SOCKS5 proxy$ sudo tun2proxy --socks5 127.0.0.1:1080 --cidr 10.0.0.0/8