update: updated default proxy,direct,blackhole outbound tag

This commit is contained in:
QxQ 2020-10-12 13:38:13 +08:00
parent 23db9ae3d7
commit 79080e270d
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
5988
5989

View File

@ -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_"