Skip to content
/ socks4 Public

SOCKS 4/4A proxy server implemented in Golang.

Notifications You must be signed in to change notification settings

cccxg/socks4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCKS 4

SOCKS 4 implement a proxy server support SOCKS 4 and 4A protocol.

Supports:

  • SOCKS 4 connect command;
  • SOCKS 4 bind command;
  • Capable of resolving domain names (SOCKS 4A);

Install

$ git clone https://github.com/cccxg/socks4.git

Usage

Start the SOCKS 4 proxy server.

$ go run cmd/main.go
time="2023-07-18 23:00:30" level=info msg="SOCKS server listen on :1080"
......

Contributing

PRs accepted.

License

MIT © Richard McRichface

About

SOCKS 4/4A proxy server implemented in Golang.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages