Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 662 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 662 Bytes

Socks5

A simple and lightweight socks5 server for iOS.

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

HevSocks5Server.xcframework

git clone --recursive https://github.com/heiher/hev-socks5-server
cd hev-socks5-server
./build-apple.sh

Xcode

  1. Copy HevSocks5Server.xcframework to this project directory.
  2. Build it with Xcode.

Dependencies

Contributors

License

MIT