Awesome Go

fullproxy

CategoryNetworking
SubcategoryNetworking
Stars0

A fully featured scriptable and daemon configurable proxy and pivoting toolkit with SOCKS5, HTTP, raw ports and reverse proxy protocols

About fullproxy

fullproxy

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

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

FileDescription
CircuitsDocumentation about how circuits work
CLIDocumentation of the CLI tool
ComposeDocumentation about the compose specification
Continuous integrationDocumentation of the CI

Coverage

codecovcodecov

Frequently Asked Questions

What is fullproxy?

fullproxy is a Networking library for the Go programming language. A fully featured scriptable and daemon configurable proxy and pivoting toolkit with SOCKS5, HTTP, raw ports and reverse proxy protocols

How do I install fullproxy?

Install fullproxy with the Go module system using `go get shoriwe/fullproxy`. Check the repository for the current installation instructions.

What category does fullproxy belong to?

fullproxy is listed under Networking, specifically Networking.

← Back to Networking