mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Update NativeMethods
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Netch.Servers.Socks5
|
||||
|
||||
public override void Start(in Server s, in Mode mode)
|
||||
{
|
||||
var server = (Socks5) s;
|
||||
var server = (Socks5)s;
|
||||
if (server.Auth())
|
||||
base.Start(s, mode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user