From 599755c143884799e88e2b061d6275f26457ab32 Mon Sep 17 00:00:00 2001 From: Copper424-wy <64267991+copper424@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:00:46 +0800 Subject: [PATCH] Remove the wildcard match to `proxy` outbound in `custom_routing_white` --- v2rayN/ServiceLib/Sample/custom_routing_white | 5 ----- 1 file changed, 5 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/custom_routing_white b/v2rayN/ServiceLib/Sample/custom_routing_white index 750bd6d4..21453848 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_white +++ b/v2rayN/ServiceLib/Sample/custom_routing_white @@ -99,10 +99,5 @@ "domain": [ "geosite:cn" ] - }, - { - "remarks": "最终代理", - "port": "0-65535", - "outboundTag": "proxy" } ] \ No newline at end of file