https://github.com/zieckey/socks4a
An example of using golang to implement socks4a server
https://github.com/zieckey/socks4a
go socks socks4a
Last synced: 7 months ago
JSON representation
An example of using golang to implement socks4a server
- Host: GitHub
- URL: https://github.com/zieckey/socks4a
- Owner: zieckey
- License: bsd-2-clause
- Created: 2014-12-06T13:20:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-06T13:24:52.000Z (almost 11 years ago)
- Last Synced: 2025-01-27T08:25:52.877Z (9 months ago)
- Topics: go, socks, socks4a
- Language: Go
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
socks4a
=======An example of using golang to implement socks4a server.