Merge Socks5LocalServer with Sock5Server

This commit is contained in:
ChsBuffer
2021-11-13 22:52:57 +08:00
parent 222ad80b37
commit 86475a4ea2
13 changed files with 63 additions and 47 deletions

View File

@@ -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