mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
final outbound rule GUI
This commit is contained in:
@@ -10,6 +10,7 @@ namespace NekoRay {
|
||||
QString proxy_domain;
|
||||
QString block_ip;
|
||||
QString block_domain;
|
||||
QString def_outbound = "proxy";
|
||||
QString custom = "{\"rules\": []}";
|
||||
|
||||
explicit Routing(int preset = 0);
|
||||
@@ -116,7 +117,6 @@ namespace NekoRay {
|
||||
QString remote_dns = "https://8.8.8.8/dns-query";
|
||||
QString direct_dns = "localhost";
|
||||
bool dns_routing = true;
|
||||
bool enhance_resolve_server_domain = false;
|
||||
|
||||
// Routing
|
||||
bool fake_dns = false;
|
||||
|
||||
Reference in New Issue
Block a user