~优化提示
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
SET_MENU_TITLE="功能设置菜单"
|
||||
SET_MENU_REDIR="路由模式设置:"
|
||||
SET_MENU_DNS="DNS设置: "
|
||||
SET_MENU_FW_FILTER="透明路由流量过滤"
|
||||
SET_MENU_FW_FILTER="透明路由流量过滤:"
|
||||
SET_MENU_FW_FILTER_DESC="端口、设备、协议或列表"
|
||||
SET_MENU_SKIP_CERT="跳过证书验证:"
|
||||
SET_MENU_SNIFFER="启用域名嗅探:"
|
||||
SET_MENU_ADV_PORT="自定义端口及密钥"
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
SET_MENU_TITLE="Welcome to the Function Settings Menu:"
|
||||
SET_MENU_REDIR="Routing Mode:"
|
||||
SET_MENU_DNS="DNS Settings:"
|
||||
SET_MENU_FW_FILTER="Transparent Routing Traffic Filter"
|
||||
SET_MENU_FW_FILTER="Transparent Routing Traffic Filter:"
|
||||
SET_MENU_FW_FILTER_DESC="ports, devices, protocols, or lists"
|
||||
SET_MENU_SKIP_CERT="Skip Cert Verify:"
|
||||
SET_MENU_SNIFFER="Enable Sniff:"
|
||||
SET_MENU_ADV_PORT="Custom Ports and Secrets"
|
||||
|
||||
@@ -20,7 +20,7 @@ settings() {
|
||||
comp_box "\033[30;47m$SET_MENU_TITLE\033[0m"
|
||||
content_line "1) $SET_MENU_REDIR\t\033[36m$redir_mod$MENU_MOD\033[0m"
|
||||
content_line "2) $SET_MENU_DNS\t\033[36m$dns_mod\033[0m"
|
||||
content_line "3) $SET_MENU_FW_FILTER"
|
||||
content_line "3) $SET_MENU_FW_FILTER\t$SET_MENU_FW_FILTER_DESC"
|
||||
[ "$disoverride" != "1" ] && {
|
||||
content_line "4) $SET_MENU_SKIP_CERT\t\033[36m$skip_cert\033[0m"
|
||||
content_line "5) $SET_MENU_SNIFFER\t\033[36m$sniffer\033[0m"
|
||||
|
||||
Reference in New Issue
Block a user