https://github.com/spcharc/simplesocks5
A simple Socks5 server
https://github.com/spcharc/simplesocks5
python3 socks5-server
Last synced: 4 months ago
JSON representation
A simple Socks5 server
- Host: GitHub
- URL: https://github.com/spcharc/simplesocks5
- Owner: spcharc
- License: mit
- Created: 2021-04-02T10:39:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T10:45:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T08:45:28.299Z (10 months ago)
- Topics: python3, socks5-server
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSocks5
A simple asynchronous (async / await) Socks5 server that handles CONNECT requests.
(It does not support BIND or UDP ASSOCIATE)
`SimpleSocks5.py` is all you need. It does not require any 3rd party libraries.
Inspired by https://gist.github.com/scturtle/7967cb4e7c2bb0f91ca5