mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: dns query strategy
This commit is contained in:
@@ -115,7 +115,9 @@ namespace NekoRay {
|
||||
|
||||
// DNS
|
||||
QString remote_dns = "https://8.8.8.8/dns-query";
|
||||
QString remote_dns_strategy = "";
|
||||
QString direct_dns = "localhost";
|
||||
QString direct_dns_strategy = "";
|
||||
bool dns_routing = true;
|
||||
|
||||
// Routing
|
||||
|
||||
Reference in New Issue
Block a user