luci-app-ssr-plus: Add kernelMode reserved keepalive allowedips argument

***  whether to use the virtual NIC TUN of the Linux kernel!Virtual NIC TUN of Linux kernel can be used only when system supports and have root permission.
Some routes cannot be connected if they are used.
*** Current Wireguard protocol `outbound` Is not supported `streamSettings`.
This commit is contained in:
zxlhhyccc 2024-04-05 23:06:36 +08:00 committed by sbwml
parent b5d6e524a3
commit 84ed721432

View File

@ -913,9 +913,21 @@ msgstr "写入缓冲区大小"
msgid "Congestion" msgid "Congestion"
msgstr "拥塞控制" msgstr "拥塞控制"
msgid "Enabled Kernel virtual NIC TUN(optional)"
msgstr "启用内核的虚拟网卡 TUN可选"
msgid "Virtual NIC TUN of Linux kernel can be used only when system supports and have root permission. If used, IPv6 routing table 1023 is occupied."
msgstr "需要系统支持且有 root 权限才能使用 Linux 内核的虚拟网卡 TUN使用后会占用 IPv6 的 1023 号路由表。"
msgid "Local addresses" msgid "Local addresses"
msgstr "本地地址" msgstr "本地地址"
msgid "Reserved bytes(optional)"
msgstr "保留字节(可选)"
msgid "Wireguard reserved bytes."
msgstr "Wireguard 保留字节。"
msgid "Private key" msgid "Private key"
msgstr "私钥" msgstr "私钥"
@ -925,6 +937,15 @@ msgstr "节点公钥"
msgid "Pre-shared key" msgid "Pre-shared key"
msgstr "预共享密钥" msgstr "预共享密钥"
msgid "Default value 0 indicatesno heartbeat."
msgstr "默认为 0 表示无心跳。"
msgid "allowedIPs(optional)"
msgstr "allowedIPs可选"
msgid "Wireguard allows only traffic from specific source IP."
msgstr "Wireguard 仅允许特定源 IP 的流量。"
msgid "Network interface to use" msgid "Network interface to use"
msgstr "使用的网络接口" msgstr "使用的网络接口"