Skip to content

release v1.0.0

Latest
Compare
Choose a tag to compare
@haochen233 haochen233 released this 26 Nov 07:23
· 1 commit to main since this release

Features

  • socks5:
    • command: CONNECT, UDP ASSOCIATE, BIND.
    • auth methods:
      • Username/Password authentication.
      • No Authentication Required.
  • socks4:
    • command: CONNECT, BIND.
    • auth: (no support).
  • sock4a: same as socks4.
  • Custom client and server authenticator.
  • Easy to read source code.
  • Similar to the Golang standard library experience.