Skip to content

Commit

Permalink
Add clash-verge UAMatchList
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealrang authored Feb 29, 2024
1 parent 33077c2 commit 50fb88d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handler/interfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ const std::vector<UAProfile> UAMatchList = {
{"Surge","","","surge",false,2}, /// any version of Surge as fallback
{"Trojan-Qt5","","","trojan"},
{"V2rayU","","","v2ray"},
{"V2RayX","","","v2ray"}
{"V2RayX","","","v2ray"},
{"clash-verge","","","clash-verge"}
};

bool verGreaterEqual(const std::string& src_ver, const std::string& target_ver)
Expand Down

0 comments on commit 50fb88d

Please sign in to comment.