Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
/ winter-socks5 Public archive

A tiny CLI wrapper around theriverman/go-socks5 (forked from armon/go-socks5)

License

Notifications You must be signed in to change notification settings

theriverman/winter-socks5

Repository files navigation

winter-socks5 Makefile CD GoDoc

WinterSOCKS5 is a CLI frontend for the following SOCKS5 Go implementations:

SOCKS (Secure Sockets) is used to route traffic between a client and a server through an intermediate proxy layer. This can be used to bypass firewalls or NATs.

See Releases for pre-compiled binaries (Linux, macOS, Windows). A separate binary is provided for each backend.

Usage

See help for instructions:

.\socks5-cli.armon-windows-amd64.exe --help
.\socks5-cli.txthinking-windows-amd64.exe --help

Note: The name of your binary may differ from the example.

Building

The following prerequisites must be met to build WinterSOCKS5:

  • go 1.17 or higher
  • Python 3.6 or higher
  • pip (Python pkg-management system)

Building with GNU make

Note: Make a new git tag before building a new release version!

See the available build targets by executing the following command:

make info

The most common build targets are the following:

make build-armon-windows
make build-txthinking-windows

Building Manually

See the contents of Makefile for reference.

About

A tiny CLI wrapper around theriverman/go-socks5 (forked from armon/go-socks5)

Resources

License

Stars

Watchers

Forks

Packages

No packages published