mirror of
https://github.com/snltty/linker.git
synced 2025-10-16 14:11:18 +08:00
网卡自动启动
This commit is contained in:
@@ -24,7 +24,7 @@ namespace linker.tun
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public bool SetUp(IPAddress address, IPAddress gateway, byte prefixLength, out string error)
|
||||
public bool Setup(IPAddress address, IPAddress gateway, byte prefixLength, out string error)
|
||||
{
|
||||
error = string.Empty;
|
||||
this.address = address;
|
||||
|
Reference in New Issue
Block a user