mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Merge Socks5LocalServer with Sock5Server
This commit is contained in:
@@ -9,7 +9,7 @@ public interface IServerController : IController
|
||||
|
||||
public string? LocalAddress { get; set; }
|
||||
|
||||
public Task<Socks5LocalServer> StartAsync(Server s);
|
||||
public Task<Socks5Server> StartAsync(Server s);
|
||||
}
|
||||
|
||||
public static class ServerControllerExtension
|
||||
|
||||
Reference in New Issue
Block a user