Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature socks udp associate #250

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    b26d812 View commit details
    Browse the repository at this point in the history
  2. add socks5 server implementation with udp associate support

    impl is loosely based on https://github.com/armon/go-socks5 and https://github.com/haxii/socks5, but reworked rather heavily to support custom query handlers
    Meteorite committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    cc9cbd1 View commit details
    Browse the repository at this point in the history
  3. move socks server from outbound party to inbound, use local socks ser…

    …ver implementation instead of armon/go-socks5, add udp associate support
    Meteorite committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    8a65a5f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    ab740d3 View commit details
    Browse the repository at this point in the history
  2. extract share/socks5 to a library github.com/meteorite/socks5

    add dependency to github.com/meteorite/scope also
    Meteorite committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f2c29b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    1b27102 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    639c06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0db485 View commit details
    Browse the repository at this point in the history