Description

Forces any Linux application through a SOCKS proxy. Unlike Proxychain, Dante utilities are written in C and should be more performant. The following protocols are supported:

  • SOCKS4/5
  • HTTP
  • UPNP_IGD

Installation

apt update && apt install dante-client

Usage

export SOCKS_SERVER=127.0.0.1:1080
socksify curl ifconfig.io

References