From d54a1c275478aa56d25de7bdfcff15d67d570342 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:39:04 +0800 Subject: [PATCH] Adjust some def configs --- v2rayN/v2rayN/Sample/custom_routing_white | 4 ---- v2rayN/v2rayN/Sample/dns_singbox_normal | 5 ----- v2rayN/v2rayN/Sample/dns_v2ray_normal | 6 ------ 3 files changed, 15 deletions(-) diff --git a/v2rayN/v2rayN/Sample/custom_routing_white b/v2rayN/v2rayN/Sample/custom_routing_white index a708ae0d..7a139e31 100644 --- a/v2rayN/v2rayN/Sample/custom_routing_white +++ b/v2rayN/v2rayN/Sample/custom_routing_white @@ -24,9 +24,5 @@ "geoip:private", "geoip:cn" ] - }, - { - "port": "0-65535", - "outboundTag": "proxy" } ] \ No newline at end of file diff --git a/v2rayN/v2rayN/Sample/dns_singbox_normal b/v2rayN/v2rayN/Sample/dns_singbox_normal index f1c10ee7..6e3bf1ee 100644 --- a/v2rayN/v2rayN/Sample/dns_singbox_normal +++ b/v2rayN/v2rayN/Sample/dns_singbox_normal @@ -1,10 +1,5 @@ { "servers": [ - { - "tag": "out_dns", - "address": "8.8.8.8", - "detour": "proxy" - }, { "tag": "local", "address": "223.5.5.5", diff --git a/v2rayN/v2rayN/Sample/dns_v2ray_normal b/v2rayN/v2rayN/Sample/dns_v2ray_normal index 76f7c1ec..56175bb5 100644 --- a/v2rayN/v2rayN/Sample/dns_v2ray_normal +++ b/v2rayN/v2rayN/Sample/dns_v2ray_normal @@ -13,12 +13,6 @@ "geoip:cn" ] }, - { - "address": "https://1.1.1.1/dns-query", - "domains": [ - "geosite:geolocation-!cn" - ] - }, "1.1.1.1", "https://dns.google/dns-query" ],