bind

command
v0.2.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2026 License: CC0-1.0 Imports: 11 Imported by: 0

README

SOCKS BIND Client Example

A simple CLI client example demonstrating how to use socksgo's BIND command to create a listening port through a SOCKS proxy.

Usage

go run . [options]
Options
  • -proxy: SOCKS proxy URL (default: socks5://127.0.0.1:1080)

Examples

Basic SOCKS5 BIND
# Start a listener through local SOCKS5 proxy
go run . -proxy socks5://localhost:1080

Then in another terminal:

curl http://<listener-address>
With Authentication
go run . -proxy socks5://user:pass@localhost:1080

Documentation

Overview

nolint

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL