update 2024-03-16 00:20:26

This commit is contained in:
github-actions[bot] 2024-03-16 00:20:26 +08:00
parent dfc2391af6
commit e90ec6792d
3 changed files with 7 additions and 4 deletions

View File

@ -344,7 +344,7 @@ o:value("udp", translate("UDP"))
o.default = "udp"
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.datatype = "uinteger"
o.rmempty = true
@ -375,7 +375,7 @@ o:depends("type", "hysteria")
o.rmempty = true
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.rmempty = true
o.default = false

View File

@ -264,6 +264,9 @@ msgstr "QUIC 流接收窗口"
msgid "Lazy Start"
msgstr "延迟启动"
msgid "Disable QUIC path MTU discovery"
msgstr "禁用 QUIC 启用 MTU 探测"
msgid "Enable Tunnel(DNS)"
msgstr "启用隧道DNS转发"

View File

@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=natflow
PKG_VERSION:=20240315
PKG_VERSION:=20240316
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_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>