From 8432204022d9a265ffd575f017e3b09d320fb328 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 21 Oct 2020 14:52:35 +0200 Subject: [PATCH] Remove debug message --- v2ray-core/files/usr/bin/v2ray-rules6 | 1 - 1 file changed, 1 deletion(-) diff --git a/v2ray-core/files/usr/bin/v2ray-rules6 b/v2ray-core/files/usr/bin/v2ray-rules6 index 04be0086d..31a00da24 100755 --- a/v2ray-core/files/usr/bin/v2ray-rules6 +++ b/v2ray-core/files/usr/bin/v2ray-rules6 @@ -188,7 +188,6 @@ v2ray_rules6_iptchains_init_tcp() { v2ray_rules6_iptchains_init_udp() { [ -n "$o_redir_udp_port" ] || return 0 - echo "v2ray udp" v2ray_rules6_iptchains_init_ mangle udp }