mirror of
https://github.com/netchx/netch.git
synced 2026-04-15 21:03:23 +08:00
refactor: Add IServerController.Server and use in ModeControllers
This commit is contained in:
@@ -4,6 +4,8 @@ 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