From 6b1c634a9fc33da53de160feded1149b3b4c4edd Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 18 Feb 2025 20:00:58 +0100 Subject: [PATCH] Add proper exit in firewall.*ray-rules --- v2ray-core/files/etc/firewall.v2ray-rules | 1 + xray-core/files/etc/firewall.xray-rules | 1 + 2 files changed, 2 insertions(+) diff --git a/v2ray-core/files/etc/firewall.v2ray-rules b/v2ray-core/files/etc/firewall.v2ray-rules index a76fa56c0..c31714bae 100644 --- a/v2ray-core/files/etc/firewall.v2ray-rules +++ b/v2ray-core/files/etc/firewall.v2ray-rules @@ -1,2 +1,3 @@ #!/bin/sh [ "$(uci -q get v2ray.main_dns.enabled)" = "1" ] && /etc/init.d/v2ray rules_up +exit 0 \ No newline at end of file diff --git a/xray-core/files/etc/firewall.xray-rules b/xray-core/files/etc/firewall.xray-rules index 2a82fba79..2d12daae6 100644 --- a/xray-core/files/etc/firewall.xray-rules +++ b/xray-core/files/etc/firewall.xray-rules @@ -1,2 +1,3 @@ #!/bin/sh [ "$(uci -q get xray.main_dns.enabled)" = "1" ] && /etc/init.d/xray rules_up +exit 0 \ No newline at end of file