mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
add dtls and wireguard support in V2Ray luci
This commit is contained in:
parent
6716a0c3fb
commit
926700a291
@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for V2Ray (Please select lua-cjson package manually)
|
||||
LUCI_DEPENDS:=+iptables-mod-tproxy +kmod-ipt-tproxy +ip +ipset-lists +pdnsd-alt +coreutils +coreutils-base64 +coreutils-nohup +dnsmasq-full +v2ray +ca-certificates
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=9
|
||||
PKG_RELEASE:=10
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -120,6 +120,8 @@ kcp_obfs:value("none")
|
||||
kcp_obfs:value("srtp")
|
||||
kcp_obfs:value("utp")
|
||||
kcp_obfs:value("wechat-video")
|
||||
kcp_obfs:value("dtls")
|
||||
kcp_obfs:value("wireguard")
|
||||
kcp_obfs:depends("network_type", "kcp")
|
||||
|
||||
kcp_mtu = s:taboption("main",Value, "kcp_mtu", translate("KCP MTU"))
|
||||
|
Loading…
Reference in New Issue
Block a user