mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-04-23 00:27:06 +08:00
28cd6da502
support faketcp to avoid tcp-over-tcp problem. linux/macos/windows are supported. better to be used in internet env, the maximum performance is majorly limited by windivert/raw socket.
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"bundle": {
|
|
"externalBin": [],
|
|
"resources": [
|
|
"./wintun.dll",
|
|
"./Packet.dll",
|
|
"./*.sys"
|
|
],
|
|
"windows": {
|
|
"webviewInstallMode": {
|
|
"type": "embedBootstrapper"
|
|
}
|
|
}
|
|
}
|
|
} |