mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
feat: Redirector socks5 authentication support
refactor: Redirector dial
This commit is contained in:
@@ -2,18 +2,6 @@
|
||||
|
||||
namespace Netch
|
||||
{
|
||||
public enum NameList : int
|
||||
{
|
||||
TYPE_FILTERLOOPBACK,
|
||||
TYPE_FILTERTCP,
|
||||
TYPE_FILTERUDP,
|
||||
TYPE_TCPHOST,
|
||||
TYPE_UDPHOST,
|
||||
TYPE_ADDNAME,
|
||||
TYPE_BYPNAME,
|
||||
TYPE_CLRNAME
|
||||
}
|
||||
|
||||
public static class NativeMethods
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user