不用安装在路由器也支持网对网

This commit is contained in:
snltty
2024-08-23 14:30:17 +08:00
parent eebc677fc8
commit ef95f800bc
3 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@@ -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+""
}));
}

View File

@@ -1,4 +1,4 @@
v1.2.4
2024-08-23 14:21:56
2024-08-23 14:30:12
1. 非网关支持网对网
2. 正在测试自动添加路由