mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
add NKR_VPN_LEGACY_DNS
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
namespace NekoRay::sys {
|
||||
ExternalProcess::ExternalProcess() : QProcess() {
|
||||
// qDebug() << "[Debug] ExternalProcess()" << this << running_ext;
|
||||
this->env = QProcessEnvironment::systemEnvironment().toStringList();
|
||||
}
|
||||
|
||||
ExternalProcess::~ExternalProcess() {
|
||||
@@ -117,7 +118,6 @@ namespace NekoRay::sys {
|
||||
|
||||
void CoreProcess::Start() {
|
||||
show_stderr = false;
|
||||
env = QStringList();
|
||||
auto v2ray_asset_dir = FindCoreAsset("geoip.dat");
|
||||
if (!v2ray_asset_dir.isEmpty()) {
|
||||
v2ray_asset_dir = QFileInfo(v2ray_asset_dir).absolutePath();
|
||||
|
||||
Reference in New Issue
Block a user