mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
update 2023-02-24 16:10:12
This commit is contained in:
parent
ea0b4ec2f2
commit
991132b0fe
@ -555,14 +555,12 @@ return view.extend({
|
||||
so = ss.option(form.Value, 'hysteria_recv_window_conn', _('QUIC stream receive window'),
|
||||
_('The QUIC stream-level flow control window for receiving data.'));
|
||||
so.datatype = 'uinteger';
|
||||
so.default = '67108864';
|
||||
so.depends('type', 'hysteria');
|
||||
so.modalonly = true;
|
||||
|
||||
so = ss.option(form.Value, 'hysteria_revc_window', _('QUIC connection receive window'),
|
||||
_('The QUIC connection-level flow control window for receiving data.'));
|
||||
so.datatype = 'uinteger';
|
||||
so.default = '15728640';
|
||||
so.depends('type', 'hysteria');
|
||||
so.modalonly = true;
|
||||
|
||||
@ -784,12 +782,12 @@ return view.extend({
|
||||
so = ss.option(form.Value, 'websocket_early_data', _('Early data'),
|
||||
_('Allowed payload size is in the request.'));
|
||||
so.datatype = 'uinteger';
|
||||
so.default = '2048';
|
||||
so.value('2048');
|
||||
so.depends('transport', 'ws');
|
||||
so.modalonly = true;
|
||||
|
||||
so = ss.option(form.Value, 'websocket_early_data_header', _('Early data header name'));
|
||||
so.default = 'Sec-WebSocket-Protocol';
|
||||
so.value('Sec-WebSocket-Protocol');
|
||||
so.depends('transport', 'ws');
|
||||
so.modalonly = true;
|
||||
/* WebSocket config end */
|
||||
@ -798,7 +796,6 @@ return view.extend({
|
||||
so.value('', _('none'));
|
||||
so.value('packetaddr', _('packet addr (v2ray-core v5+)'));
|
||||
so.value('xudp', _('Xudp (Xray-core)'));
|
||||
so.default = 'xudp';
|
||||
so.depends('type', 'vless');
|
||||
so.depends('type', 'vmess');
|
||||
so.modalonly = true;
|
||||
@ -1078,7 +1075,6 @@ return view.extend({
|
||||
o.value('', _('none'));
|
||||
o.value('packetaddr', _('packet addr (v2ray-core v5+)'));
|
||||
o.value('xudp', _('Xudp (Xray-core)'));
|
||||
o.default = 'xudp';
|
||||
|
||||
o = s.taboption('subscription', form.Button, '_save_subscriptions', _('Save subscriptions settings'),
|
||||
_('NOTE: Save current settings before updating subscriptions.'));
|
||||
|
@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for quickstart
|
||||
LUCI_DEPENDS:=+quickstart +luci-app-store
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_VERSION:=0.6.7-1
|
||||
PKG_VERSION:=0.6.8-1
|
||||
# PKG_RELEASE MUST be empty for luci.mk
|
||||
PKG_RELEASE:=
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_ARCH_quickstart:=$(ARCH)
|
||||
|
||||
PKG_NAME:=quickstart
|
||||
PKG_VERSION:=0.6.7
|
||||
PKG_VERSION:=0.6.8
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://fw.koolcenter.com/binary/quickstart/
|
||||
PKG_HASH:=2e20cb0db99e2afde60de79c5e901a5cf8a48c932b54cf437db7d6e8351ee774
|
||||
PKG_HASH:=8c946ed53a3b8040ba75971cb74128b097ca28e1d4095d8711c5b2a13592f6cf
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user