mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
use winapi to config ip and route (remove dep on netsh) (#1079)
On some windows machines can not execut netsh. Also this avoid black cmd window when using gui.
This commit is contained in:
@@ -3,13 +3,29 @@
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "core",
|
||||
"path": "easytier"
|
||||
},
|
||||
{
|
||||
"name": "gui",
|
||||
"path": "easytier-gui"
|
||||
},
|
||||
{
|
||||
"name": "core",
|
||||
"path": "easytier"
|
||||
"name": "web",
|
||||
"path": "easytier-web"
|
||||
},
|
||||
{
|
||||
"name": "ffi",
|
||||
"path": "easytier-contrib/easytier-ffi"
|
||||
},
|
||||
{
|
||||
"name": "magisk",
|
||||
"path": "easytier-contrib/easytier-magisk"
|
||||
},
|
||||
{
|
||||
"name": "openharmony",
|
||||
"path": "easytier-contrib/easytier-ohrs"
|
||||
},
|
||||
{
|
||||
"name": "vpnservice",
|
||||
@@ -26,5 +42,7 @@
|
||||
"i18n-ally.sortKeys": true,
|
||||
// Disable the default formatter
|
||||
"prettier.enable": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "modifications",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user