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