mirror of
https://github.com/snltty/linker.git
synced 2025-10-29 03:32:32 +08:00
sync
This commit is contained in:
@@ -10,7 +10,7 @@ namespace linker.tun.test
|
||||
static void Main(string[] args)
|
||||
{
|
||||
linkerTunDeviceAdapter = new LinkerTunDeviceAdapter();
|
||||
linkerTunDeviceAdapter.SetCallback(new LinkerTunDeviceCallback());
|
||||
linkerTunDeviceAdapter.SetReadCallback(new LinkerTunDeviceCallback());
|
||||
linkerTunDeviceAdapter.SetUp("linker111"
|
||||
, Guid.Parse("dc6d4efa-2b53-41bd-a403-f416c9bf7129")
|
||||
, IPAddress.Parse("192.168.55.2"), 24);
|
||||
|
||||
Reference in New Issue
Block a user