mirror of
https://github.com/snltty/linker.git
synced 2025-12-24 12:38:04 +08:00
不用安装在路由器也支持网对网
This commit is contained in:
BIN
linker.route.win/dist/linker.route.win.exe
vendored
BIN
linker.route.win/dist/linker.route.win.exe
vendored
Binary file not shown.
@@ -243,6 +243,13 @@ mainForm.runCommand = function()
|
||||
}
|
||||
catch(e){}
|
||||
mainForm.checkService();
|
||||
if(mainForm.running)
|
||||
{
|
||||
mainForm.addRoute();
|
||||
}else
|
||||
{
|
||||
mainForm.delRoute();
|
||||
}
|
||||
}
|
||||
mainForm.btnRun.oncommand = function(id,event){
|
||||
mainForm.runCommand();
|
||||
@@ -263,7 +270,7 @@ mainForm.setInterval(
|
||||
{
|
||||
mainForm.ws.send(web.json.stringify({
|
||||
Path: "tuntapclient/routeitems",
|
||||
RequestId: 1,
|
||||
RequestId: 0,
|
||||
Content:mainForm.hashCode+""
|
||||
}));
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
v1.2.4
|
||||
2024-08-23 14:21:56
|
||||
2024-08-23 14:30:12
|
||||
1. 非网关支持网对网
|
||||
2. 正在测试自动添加路由
|
||||
Reference in New Issue
Block a user