update 2024-03-16 00:20:26
This commit is contained in:
parent
dfc2391af6
commit
e90ec6792d
|
@ -344,7 +344,7 @@ o:value("udp", translate("UDP"))
|
||||||
o.default = "udp"
|
o.default = "udp"
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
|
|
||||||
o = s:option(Value, "hopinterval", translate("Hop Interval(Unit:Second)"))
|
o = s:option(Value, "hopinterval", translate("Port Hopping Interval(Unit:Second)"))
|
||||||
o:depends({type = "hysteria", flag_transport = true, flag_port_hopping = true})
|
o:depends({type = "hysteria", flag_transport = true, flag_port_hopping = true})
|
||||||
o.datatype = "uinteger"
|
o.datatype = "uinteger"
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
|
@ -375,7 +375,7 @@ o:depends("type", "hysteria")
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
o.default = "0"
|
o.default = "0"
|
||||||
|
|
||||||
o = s:option(Flag, "disablepathmtudiscovery", translate("Disable QUIC path MTU discovery."))
|
o = s:option(Flag, "disablepathmtudiscovery", translate("Disable QUIC path MTU discovery"))
|
||||||
o:depends({type = "hysteria",flag_quicparam = "1"})
|
o:depends({type = "hysteria",flag_quicparam = "1"})
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
o.default = false
|
o.default = false
|
||||||
|
|
|
@ -264,6 +264,9 @@ msgstr "QUIC 流接收窗口"
|
||||||
msgid "Lazy Start"
|
msgid "Lazy Start"
|
||||||
msgstr "延迟启动"
|
msgstr "延迟启动"
|
||||||
|
|
||||||
|
msgid "Disable QUIC path MTU discovery"
|
||||||
|
msgstr "禁用 QUIC 启用 MTU 探测"
|
||||||
|
|
||||||
msgid "Enable Tunnel(DNS)"
|
msgid "Enable Tunnel(DNS)"
|
||||||
msgstr "启用隧道(DNS)转发"
|
msgstr "启用隧道(DNS)转发"
|
||||||
|
|
||||||
|
|
|
@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=natflow
|
PKG_NAME:=natflow
|
||||||
PKG_VERSION:=20240315
|
PKG_VERSION:=20240316
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
|
||||||
PKG_HASH:=4f63010e9c72840c85391ac595e1f1903247662eeacf401b7b6bcb46b1e8a4d6
|
PKG_HASH:=6a8b600827754267f7df2f5fceece9388a003eb9eca3aba1e5e9eb2c49daa7f1
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|
||||||
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
||||||
|
|
Loading…
Reference in New Issue