📄️ Installation
Simply run the following in one of your Go projects where you want to use Proxifier.
📄️ Concepts
To understand this library to it's full extent, some simple concepts have to be understood.
🗃️ SOCKS
SOCKS4 and SOCKS5 tunneling samples with and without TLS
📄️ HTTP proxy sample
Known as `HTTP Forward` proxy
📄️ HTTPS proxy sample
HTTP(s) aka known as `HTTP Tunnel uses TLS` wiring to actually encrypt. The proxy server should also support this.