Skip to content

TSRBerry/RyuSOCKS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f23ff0 · Dec 16, 2024
Dec 12, 2024
Dec 12, 2024
Dec 16, 2024
Dec 16, 2024
Dec 12, 2024
Apr 25, 2024
Feb 25, 2024
Sep 24, 2024
Jul 25, 2024
Dec 5, 2023
Dec 22, 2023
Jun 25, 2024
Sep 24, 2024
Dec 16, 2024
Feb 25, 2024
Aug 28, 2024
Apr 15, 2024
Aug 28, 2024
Dec 12, 2024
Dec 5, 2023

Repository files navigation

RyuSOCKS

RyuSOCKS is a work-in-progress extensible SOCKS5 library, providing server and client implementations which are almost compliant with RFC1928.

The extensibility of RyuSOCKS mainly focuses on two parts of the protocol: Authentication and commands.

This means in addition to the standard SOCKS5 commands (CONNECT, BIND and UDP ASSOCIATE), custom commands can also be added. Similarly, custom implementations for authentication methods are supported as well.

LICENSE

This software library is licensed under the terms of the GPLv2, with exemptions for specific projects noted below. This software library makes use of code authored by the .NET Foundation, see THIRDPARTY.md for more details.

You can find a copy of the license in the LICENSE file.

Exemptions:

  • The Ryujinx Team and Contributors are exempt from GPLv2 licensing. They are permitted, at their discretion, to instead license any source code authored for the RyuSOCKS project as either GPLv2 or later or the MIT license. In doing so, they may alter, supplement, or entirely remove the copyright notice for each file they choose to relicense. Neither the RyuSOCKS project nor its individual contributors shall assert their moral rights against the aforementioned project.

Credits

I want to thank the following people for their help and/or other involvement with this project: