switch core support

add nekobox_core

linux: use sing-box for vpn
This commit is contained in:
arm64v8a
2022-09-24 22:42:22 +08:00
parent a083010795
commit 9ebf6fe807
87 changed files with 3496 additions and 1903 deletions

View File

@@ -8,7 +8,6 @@ namespace Preset {
" \"obfs\": \"fuck me till the daylight\",\n"
" \"up_mbps\": 10,\n"
" \"down_mbps\": 50,\n"
" \"server_name\": \"real.name.com\",\n"
" \"socks5\": {\n"
" \"listen\": \"127.0.0.1:%socks_port%\"\n"
" }\n"
@@ -16,6 +15,6 @@ namespace Preset {
}
namespace SingBox {
inline QStringList VpnImplementation = {"gvisor", "lwip", "system"};
inline QStringList VpnImplementation = {"gvisor", "system"};
}
}