Browse Source

Merge pull request #18052 from 1715173329/va

v2raya: add iptables as dependency
lilik-openwrt-22.03
Etienne Champetier 3 years ago
committed by GitHub
parent
commit
d098f907bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/v2raya/Makefile

+ 2
- 0
net/v2raya/Makefile 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 \


Loading…
Cancel
Save