fix: windows localhost dns

This commit is contained in:
arm64v8a
2022-11-09 15:16:18 +09:00
parent 7a619a8e07
commit 3e0aac799c
5 changed files with 30 additions and 4 deletions

View File

@@ -118,7 +118,6 @@ namespace NekoRay::sys {
v2ray_asset_dir = QFileInfo(v2ray_asset_dir).absolutePath();
env << "V2RAY_LOCATION_ASSET=" + v2ray_asset_dir;
}
env << "GODEBUG=netdns=go";
ExternalProcess::Start();
write((dataStore->core_token + "\n").toUtf8());
}