Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzshiming/socks5
Socks5/Socks5h server and client. Full TCP/Bind/UDP and IPv4/IPv6 support
https://github.com/wzshiming/socks5
associate bind connect socks socks5 socks5-client socks5-proxy socks5-server socks5h udp
Last synced: 16 days ago
JSON representation
Socks5/Socks5h server and client. Full TCP/Bind/UDP and IPv4/IPv6 support
- Host: GitHub
- URL: https://github.com/wzshiming/socks5
- Owner: wzshiming
- License: mit
- Created: 2020-09-25T07:14:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T14:30:39.000Z (4 months ago)
- Last Synced: 2024-07-16T16:59:48.313Z (4 months ago)
- Topics: associate, bind, connect, socks, socks5, socks5-client, socks5-proxy, socks5-server, socks5h, udp
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 71
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socks5
Socks5/Socks5h server and client
[![Build](https://github.com/wzshiming/socks5/actions/workflows/go-cross-build.yml/badge.svg)](https://github.com/wzshiming/socks5/actions/workflows/go-cross-build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/socks5)](https://goreportcard.com/report/github.com/wzshiming/socks5)
[![GoDoc](https://godoc.org/github.com/wzshiming/socks5?status.svg)](https://godoc.org/github.com/wzshiming/socks5)
[![GitHub license](https://img.shields.io/github/license/wzshiming/socks5.svg)](https://github.com/wzshiming/socks5/blob/master/LICENSE)
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/socks5)](https://gocover.io/github.com/wzshiming/socks5)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
- [Socks4](https://github.com/wzshiming/socks4)
- [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/socks5)
[Example](https://github.com/wzshiming/socks5/blob/master/cmd/socks5/main.go)
- [x] Support for the CONNECT command
- [x] Support for the BIND command
- [x] Support for the ASSOCIATE command## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/socks5/blob/master/LICENSE) for the full license text.