mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 11:20:49 +08:00
update: updated default proxy,direct,blackhole outbound tag
This commit is contained in:
parent
23db9ae3d7
commit
79080e270d
@ -1 +1 @@
|
||||
5988
|
||||
5989
|
||||
|
@ -93,9 +93,9 @@ constexpr auto QV2RAY_VCORE_ERROR_LOG_FILENAME = "error.log";
|
||||
|
||||
#define QSTRN(num) QString::number(num)
|
||||
|
||||
#define OUTBOUND_TAG_BLACKHOLE "outBound_BLACKHOLE"
|
||||
#define OUTBOUND_TAG_DIRECT "outBound_DIRECT"
|
||||
#define OUTBOUND_TAG_PROXY "outBound_PROXY"
|
||||
#define OUTBOUND_TAG_BLACKHOLE "BLACKHOLE"
|
||||
#define OUTBOUND_TAG_DIRECT "DIRECT"
|
||||
#define OUTBOUND_TAG_PROXY "PROXY"
|
||||
#define OUTBOUND_TAG_FORWARD_PROXY "_QV2RAY_FORWARD_PROXY_"
|
||||
|
||||
#define API_TAG_DEFAULT "_QV2RAY_API_"
|
||||
|
Loading…
Reference in New Issue
Block a user