https://github.com/linkdata/socks5test
SOCKS5 client and server test suite
https://github.com/linkdata/socks5test
golang socks5 testing
Last synced: 5 months ago
JSON representation
SOCKS5 client and server test suite
- Host: GitHub
- URL: https://github.com/linkdata/socks5test
- Owner: linkdata
- License: mit
- Created: 2025-03-04T09:17:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T07:24:20.000Z (about 1 year ago)
- Last Synced: 2025-03-26T03:18:47.683Z (12 months ago)
- Topics: golang, socks5, testing
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/linkdata/socks5test/actions/workflows/build.yml)
[](https://htmlpreview.github.io/?https://github.com/linkdata/socks5test/blob/coverage/main/report.html)
[](https://goreportcard.com/report/github.com/linkdata/socks5test)
[](https://godoc.org/github.com/linkdata/socks5test)
# socks5test
SOCKS5 server and client test suite, primarily used to test https://github.com/linkdata/socks5.
Tests CONNECT, BIND and ASSOCIATE.
The `examples` directory runs the tests for other packages:
* https://github.com/armon/go-socks5 (PASS, server only, lacks ASSOCIATE)
* https://github.com/things-go/go-socks5 (PASS, server only, lacks BIND)
* https://golang.org/x/net (PASS, client only, lacks BIND and ASSOCIATE)
* https://github.com/wzshiming/socks5 (v0.6.0: PASS; v0.5.1: FAIL some tests, limited ASSOCIATE support, sometimes fails race checker)
* https://github.com/txthinking/socks5 (FAIL some tests, broken ASSOCIATE support)