diff --git a/v2ray_config/03_routing.json b/v2ray_config/03_routing.json index 1d5fe2c..268af0a 100644 --- a/v2ray_config/03_routing.json +++ b/v2ray_config/03_routing.json @@ -21,6 +21,13 @@ "port": "53", "type": "field" }, + { + "inboundTag": [ + "dns_inbound" + ], + "outboundTag": "outBound_DIRECT", + "type": "field" + }, { "domain": [ "geosite:google", diff --git a/v2ray_config/05_inbounds_tproxy_ipv4lo.json b/v2ray_config/05_inbounds_tproxy_ipv4lo.json index 318d38a..6e07385 100644 --- a/v2ray_config/05_inbounds_tproxy_ipv4lo.json +++ b/v2ray_config/05_inbounds_tproxy_ipv4lo.json @@ -9,7 +9,7 @@ "followRedirect": true, "network": "tcp,udp", "port": 0, - "timeout": 0, + "timeout": 300, "userLevel": 0 }, "sniffing": { diff --git a/v2ray_config/05_inbounds_tproxy_ipv6lo.json b/v2ray_config/05_inbounds_tproxy_ipv6lo.json index 5edcdf6..ba52574 100644 --- a/v2ray_config/05_inbounds_tproxy_ipv6lo.json +++ b/v2ray_config/05_inbounds_tproxy_ipv6lo.json @@ -9,7 +9,7 @@ "followRedirect": true, "network": "tcp,udp", "port": 0, - "timeout": 0, + "timeout": 300, "userLevel": 0 }, "sniffing": {