https://github.com/heiher/socks5
A simple and lightweight socks5 server for Android.
https://github.com/heiher/socks5
android dns ipv4 ipv6 socks5 socks5-proxy socks5-server tcp udp
Last synced: 12 months ago
JSON representation
A simple and lightweight socks5 server for Android.
- Host: GitHub
- URL: https://github.com/heiher/socks5
- Owner: heiher
- License: mit
- Created: 2024-07-18T13:37:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T12:19:09.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:20:19.569Z (over 1 year ago)
- Topics: android, dns, ipv4, ipv6, socks5, socks5-proxy, socks5-server, tcp, udp
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Socks5
[](https://github.com/heiher/socks5)
A simple and lightweight socks5 server for Android.
## Features
* IPv4/IPv6. (dual stack)
* Standard `CONNECT` command.
* Standard `UDP ASSOCIATE` command.
* Extended `FWD UDP` command. (UDP in TCP)
* Multiple username/password authentication.
## How to Build
Fork this project and create a new release, or build manually:
```bash
git clone --recursive https://github.com/heiher/socks5
cd socks5
gradle assembleDebug
```
## Dependencies
* HevSocks5Server - https://github.com/heiher/hev-socks5-server
## Contributors
* **hev** - https://hev.cc
## License
MIT