@@ -17,19 +17,19 @@ debug:
1717``` sh
1818
1919# 指定不生成 log
20- RUST_LOG=none,ruci=debug cargo run --features " lua utils use-native-tls quinn tun steganography lwip smoltcp" -- --log-file " "
20+ RUST_LOG=none,ruci=debug cargo run --features " lua utils use-native-tls quinn steganography lwip smoltcp" -- --log-file " "
2121
2222# 指定lua配置
23- RUST_LOG=none,ruci=debug cargo run --features " lua utils use-native-tls quinn tun steganography lwip" -- --log-file " " -c remote.lua
23+ RUST_LOG=none,ruci=debug cargo run --features " lua utils use-native-tls quinn steganography lwip" -- --log-file " " -c remote.lua
2424
2525# powershell
26- $Env :RUST_LOG=" none,ruci=debug" ; cargo run --features " lua utils use-native-tls quinn tun " -- --log-file " "
26+ $Env :RUST_LOG=" none,ruci=debug" ; cargo run --features " lua utils use-native-tls quinn " -- --log-file " "
2727
2828# 运行 grpc 的 lua 配置. 注意要加 --infinite
29- RUST_LOG=none,ruci=debug cargo run --features " lua utils use-native-tls quinn tun " -- --log-file " " -c local_mux2_h2.lua --infinite
29+ RUST_LOG=none,ruci=debug cargo run --features " lua utils use-native-tls quinn " -- --log-file " " -c local_mux2_h2.lua --infinite
3030
3131# 开启所有功能并启用 trace
32- RUST_LOG=debug cargo run --features " api_server api_client trace lua utils use-native-tls quinn tun " -- -a --trace
32+ RUST_LOG=debug cargo run --features " api_server api_client trace lua utils use-native-tls quinn " -- -a --trace
3333```
3434
3535make:
@@ -56,7 +56,7 @@ CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER=x86_64-linux-android32-clang cargo buil
5656
5757# features
5858
59- features: lua, lua54, api_server, api_client, utils, trace, use-native-tls, native-tls-vendored, quic, quinn, tun , smoltcp, lwip
59+ features: lua, lua54, api_server, api_client, utils, trace, use-native-tls, native-tls-vendored, quic, quinn, , smoltcp, lwip
6060default enables api_server,utils.
6161
6262api_server, trace 这两个feature都会少许降低 performance.
0 commit comments