https://github.com/noimred/fast-socks5
a simple SOCKS5 server written in Luvit
https://github.com/noimred/fast-socks5
lightweight lua proxy proxy-server server socks socks5 socks5-server
Last synced: 6 months ago
JSON representation
a simple SOCKS5 server written in Luvit
- Host: GitHub
- URL: https://github.com/noimred/fast-socks5
- Owner: noImRed
- License: mit
- Created: 2024-12-02T15:49:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:32:47.000Z (about 1 year ago)
- Last Synced: 2025-03-27T13:15:45.937Z (about 1 year ago)
- Topics: lightweight, lua, proxy, proxy-server, server, socks, socks5, socks5-server
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-socks5
a simple SOCKS5 server written in Luvit
[Luvit](https://luvit.io)
## what's currently working:
- commands:
1. [x] CONNECT
2. [ ] BIND
3. [ ] UDP ASSOCIATE
- auth methods:
1. [x] NO AUTH
2. [x] USERNAME/PASSWORD
3. [ ] GSSAPI
- addresses:
1. [x] IPv4
2. [x] domain
3. [x] IPv6