mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Remove IServerController.Server
This commit is contained in:
@@ -4,8 +4,6 @@ namespace Netch.Controllers
|
||||
{
|
||||
public interface IServerController : IController
|
||||
{
|
||||
public Server Server { get; set; }
|
||||
|
||||
public ushort? Socks5LocalPort { get; set; }
|
||||
|
||||
public string LocalAddress { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user