socksd

command module
v0.0.0-...-413f789 Latest Latest
Warning

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

Go to latest
Published: May 2, 2018 License: MIT Imports: 8 Imported by: 0

README

socksd

A completely featureless SOCKS V5 proxy server.

Supported authentication methods

  • NO AUTHENTICATION REQUIRED X'00'
  • GSSAPI (RFC 2743) X'01'
  • USERNAME/PASSWORD X'02'

Supported connection commands

  • CONNECT X'01'
  • BIND X'02'
  • UDP ASSOCIATE X'03'

Installation:

go get github.com/floj/socksd

Usage:

./socksd -port 8888

Todo:

  • return correct response codes, especially X'07' (Command not supported)
  • Unit tests

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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