Skip to content

Commit

Permalink
Add support for xray-domain-list-community and xray-geoip
Browse files Browse the repository at this point in the history
  • Loading branch information
chiyuki0325 authored and arm64v8a committed Sep 29, 2022
1 parent 811be93 commit 57bf866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/NekoRay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ namespace NekoRay {
search << "/usr/share/v2ray";
search << "/usr/local/share/v2ray";
search << "/opt/v2ray";
search << "/usr/share/xray";
search << "/usr/local/share/xray";
search << "/opt/xray";
for (const auto &dir: search) {
if (dir.isEmpty()) continue;
QFileInfo asset(dir + "/" + name);
Expand Down

0 comments on commit 57bf866

Please sign in to comment.