luci: tuic-client

This commit is contained in:
xiaorouji 2023-07-25 02:35:59 +08:00 committed by sbwml
parent 4e83a114dc
commit 880304fd64
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall2 PKG_NAME:=luci-app-passwall2
PKG_VERSION:=1.17-1 PKG_VERSION:=1.17-2
PKG_RELEASE:= PKG_RELEASE:=
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \

View File

@ -899,6 +899,14 @@ hysteria_disable_mtu_discovery:depends("type", "Hysteria")
hysteria_lazy_start = s:option(Flag, "hysteria_lazy_start", translate("Lazy Start")) hysteria_lazy_start = s:option(Flag, "hysteria_lazy_start", translate("Lazy Start"))
hysteria_lazy_start:depends("type", "Hysteria") hysteria_lazy_start:depends("type", "Hysteria")
-- [[ TUIC ]]
-- Tuic Password for remote server connect
tuic_passwd = s:option(Value, "tuic_password", translate("TUIC User Password For Connect Remote Server"))
tuic_passwd.password = true
tuic_passwd.rmempty = true
tuic_passwd.default = ""
tuic_passwd:depends("type", "TUIC")
--[[ --[[
-- Tuic username for local socks connect -- Tuic username for local socks connect
tuic_passwd = s:option(Value, "tuic_socks_username", translate("TUIC UserName For Local Socks")) tuic_passwd = s:option(Value, "tuic_socks_username", translate("TUIC UserName For Local Socks"))