Files
EasyTier/easytier-gui/src-tauri/tauri.windows.conf.json
T
KKRainbow 28cd6da502 Add fake tcp tunnel (experimental) (#1673)
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.
2025-12-25 00:10:32 +08:00

15 lines
289 B
JSON

{
"bundle": {
"externalBin": [],
"resources": [
"./wintun.dll",
"./Packet.dll",
"./*.sys"
],
"windows": {
"webviewInstallMode": {
"type": "embedBootstrapper"
}
}
}
}