/ht

A secure socks5 proxy, designed to protect your Internet traffic.

Primary LanguageC++MIT LicenseMIT

ht

Build Status Lint Status License: MIT Contributions

ht is an encrypted proxy server compatible with ss. It supports single user, TCP and IPv4. It uses port 443 and method aes-128-gcm.

Prerequisite

sudo apt install -y libssl-dev

Installation

mkdir build && cd build && cmake .. && make

Usage

ht -k <password>

References