https://github.com/aber-s-practice/socks5
Socks5 Server/Client by asyncio.
https://github.com/aber-s-practice/socks5
asyncio python socks5-server threading
Last synced: 27 days ago
JSON representation
Socks5 Server/Client by asyncio.
- Host: GitHub
- URL: https://github.com/aber-s-practice/socks5
- Owner: Aber-s-practice
- License: mit
- Created: 2018-12-14T12:02:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T17:03:44.000Z (over 5 years ago)
- Last Synced: 2025-09-30T03:20:57.570Z (3 months ago)
- Topics: asyncio, python, socks5-server, threading
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socks5
Socks5 Server/Client by asyncio.
## Reference link:
* [RFC1928](https://www.ietf.org/rfc/rfc1928.txt)
* [RFC1929](https://www.ietf.org/rfc/rfc1929.txt)
* [Socks5协议](https://abersheeran.com/articles/Socks5/)