Skip to content

Commit

Permalink
fix: trojan speed not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmark authored and moodyhunter committed Jan 8, 2024
1 parent 8c447f0 commit 86a0782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/kernel/APIBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Qv2ray::core::kernel
constexpr auto Qv2ray_GRPC_ERROR_RETCODE = -1;
static QvAPIDataTypeConfig DefaultInboundAPIConfig{ { API_INBOUND, { "dokodemo-door", "http", "socks" } } };
static QvAPIDataTypeConfig DefaultOutboundAPIConfig{ { API_OUTBOUND_PROXY,
{ "dns", "http", "mtproto", "shadowsocks", "socks", "vmess", "vless" } },
{ "dns", "http", "mtproto", "shadowsocks", "socks", "vmess", "vless", "trojan" } },
{ API_OUTBOUND_DIRECT, { "freedom" } },
{ API_OUTBOUND_BLACKHOLE, { "blackhole" } } };

Expand Down

0 comments on commit 86a0782

Please sign in to comment.