An open API service indexing awesome lists of open source software.

https://github.com/wzshiming/socks4

Socks4/Socks4a server and client. Full TCP/Bind support.
https://github.com/wzshiming/socks4

bind connect socks socks4 socks4-client socks4-proxy socks4-server socks4a

Last synced: 7 months ago
JSON representation

Socks4/Socks4a server and client. Full TCP/Bind support.

Awesome Lists containing this project

README

          

# Socks4

Socks4/Socks4a server and client

[![Build](https://github.com/wzshiming/socks4/actions/workflows/go-cross-build.yml/badge.svg)](https://github.com/wzshiming/socks4/actions/workflows/go-cross-build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/socks4)](https://goreportcard.com/report/github.com/wzshiming/socks4)
[![GoDoc](https://godoc.org/github.com/wzshiming/socks4?status.svg)](https://godoc.org/github.com/wzshiming/socks4)
[![GitHub license](https://img.shields.io/github/license/wzshiming/socks4.svg)](https://github.com/wzshiming/socks4/blob/master/LICENSE)
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/socks4)](https://gocover.io/github.com/wzshiming/socks4)

This project is to add protocol support for the [Bridge](https://github.com/wzshiming/bridge), or it can be used alone

The following is the implementation of other proxy protocols

- [Socks5](https://github.com/wzshiming/socks5)
- [HTTP Proxy](https://github.com/wzshiming/httpproxy)
- [Shadow Socks](https://github.com/wzshiming/shadowsocks)
- [SSH Proxy](https://github.com/wzshiming/sshproxy)
- [Any Proxy](https://github.com/wzshiming/anyproxy)
- [Emux](https://github.com/wzshiming/emux)

## Usage

[API Documentation](https://godoc.org/github.com/wzshiming/socks4)

[Example](https://github.com/wzshiming/socks4/blob/master/cmd/socks4/main.go)

- [x] Support for the CONNECT command
- [x] Support for the BIND command

## License

Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/socks4/blob/master/LICENSE) for the full license text.