final outbound rule GUI

This commit is contained in:
arm64v8a
2023-01-29 11:32:46 +09:00
parent e9e105e050
commit c58f231b2c
9 changed files with 458 additions and 354 deletions

View File

@@ -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;