Skip to main content

A SOCKS proxy that aggregates multiple remote SOCKS proxies

Project description

MultiSocks

A SOCKS proxy that aggregates multiple remote SOCKS proxies, increasing your bandwidth by distributing traffic across them.

Features

  • Supports multiple remote SOCKS proxies
  • Round-robin or weighted load balancing
  • Automatic handling of failed or slow proxies
  • Support for SOCKS4, SOCKS4a, SOCKS5, and SOCKS5h protocols
  • Detailed logging
  • Load proxies from command line or text file
  • Auto-optimization to dynamically adjust proxy usage based on bandwidth

Installation

From PyPI

pip install multisocks

From Source

git clone https://github.com/tboy1337/multisocks.git
cd multisocks
pip install -r requirements.txt

Usage

# Show help
multisocks --help

# Show version
multisocks --version

# Start the proxy server with multiple remote proxies specified on the command line
multisocks start --port 1080 --proxies socks5://user:pass@proxy1.example.com:1080/10 socks5h://proxy2.example.com:1080/5

# Start the proxy server with proxies loaded from a text file
multisocks start --port 1080 --proxy-file proxies.txt

# Start with auto-optimization (automatically adjusts how many proxies to use based on your connection speed)
multisocks start --port 1080 --proxy-file proxies.txt --auto-optimize

Proxy Format

Proxies are specified in the format: protocol://[username:password@]hostname:port[/weight]

  • protocol: Either socks4, socks4a, socks5, or socks5h
  • username:password: Optional authentication for SOCKS5/SOCKS5h
  • hostname: The proxy server hostname or IP address
  • port: The proxy server port
  • weight: Optional priority weight (default: 1)

Protocol Information

  • socks4: Basic SOCKS4 protocol with IP addresses only
  • socks4a: Extended SOCKS4 with hostname resolution on the proxy server
  • socks5: SOCKS5 protocol with hostname resolution on the client
  • socks5h: SOCKS5 protocol with hostname resolution on the proxy server (useful for avoiding DNS leaks)

Proxy File Format

You can specify proxies in a text file, with one proxy per line:

# This is a comment
socks5://user:pass@proxy1.example.com:1080/10
socks5h://proxy2.example.com:1080/5
socks4://proxy3.example.com:1080
  • Empty lines are ignored
  • Lines starting with # are treated as comments and ignored

Auto-Optimization

When enabled with the --auto-optimize flag, MultiSocks will:

  1. Measure your direct connection speed
  2. Test the speed of your proxies
  3. Automatically determine how many proxies to use to saturate your connection
  4. Periodically adjust the active proxy count based on network conditions

This feature is especially useful when:

  • You have a large list of proxies but don't want to manually configure how many to use
  • Your internet connection speed varies throughout the day
  • You want to maximize your connection bandwidth without manual tuning

Auto-optimization is re-evaluated every 10 minutes to adjust to changing network conditions.

Development

Setup Development Environment

git clone https://github.com/tboy1337/multisocks.git
cd multisocks
pip install -r requirements.txt

Run Tests

python -m unittest discover tests

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multisocks-1.0.1.tar.gz (17.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

multisocks-1.0.1-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file multisocks-1.0.1.tar.gz.

File metadata

  • Download URL: multisocks-1.0.1.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for multisocks-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fa6728f5756c3eb88aa4d0f2c3c5b1ed44be992af0761558e7a6c79f99d95954
MD5 9259152ab8e5efebdfc4bc75ee2512c9
BLAKE2b-256 99e54b93e5f12e27d2f64b44691ad56420aac6f970f06e569283df7efced6771

See more details on using hashes here.

File details

Details for the file multisocks-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: multisocks-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for multisocks-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e8ad6bf92112e286fbca922c94398a10ac4ddecfedbf3d7bcbcfc7c38899bd87
MD5 7ade60ebfcf27428978a9c491e52ad6b
BLAKE2b-256 f9f69ec786267d376d9a9ca550a879e7e327596aa43028dbe811e5705e51d9c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page