shoriwe / fullproxy

Proxy toolkit including SOCKS5, HTTP, port forward and reverse base proxying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullproxy

Release Test Versioning codecov GitHub go.mod Go version Go Report Card Awesome

logo

Installing

Pre-compiled binaries

You can find pre-compiled binaries in release

Go install

Can compile from source with:

go install github.com/shoriwe/fullproxy/v4@latest

Cloning repository

  • Clone repository
git clone https://github.com/shoriwe/fullproxy
  • Build
cd fullproxy && go build .

Preview

Compose

See Compose for more information about compose contracts.

fullproxy compose ./fullproxy-compose.yaml

Documentation

File Description
Circuits Documentation about how circuits work
CLI Documentation of the CLI tool
Compose Documentation about the compose specification
Continuous integration Documentation of the CI

Coverage

codecov codecov

About

Proxy toolkit including SOCKS5, HTTP, port forward and reverse base proxying

License:MIT License


Languages

Language:Go 99.0%Language:Dockerfile 0.9%Language:Python 0.1%