Merge pull request #18052 from 1715173329/va

v2raya: add iptables as dependency
This commit is contained in:
Etienne Champetier 2022-03-13 12:37:32 -04:00 committed by GitHub
commit d098f907bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@ define Package/v2raya
SUBMENU:=Web Servers/Proxies
DEPENDS:=$(GO_ARCH_DEPENDS) \
+ca-bundle \
+iptables \
+IPV6:ip6tables \
+iptables-mod-conntrack-extra \
+iptables-mod-extra \
+iptables-mod-filter \