@@ -65,7 +65,7 @@ info_list=(
65
65
" 指纹 (Fingerprint)"
66
66
" 公钥 (Public key)"
67
67
" 用户名 (Username)"
68
- " 跳过证书验证 (allowlnsecure )"
68
+ " 跳过证书验证 (allowInsecure )"
69
69
" 拥塞控制算法 (congestion_control)"
70
70
)
71
71
change_list=(
@@ -1297,7 +1297,7 @@ info() {
1297
1297
is_insecure=1
1298
1298
is_info_show+=(8 9 20)
1299
1299
is_info_str+=(tls h3 true)
1300
- is_quic_add=" ,tls:\" tls\" ,alpn:\" h3\" " # cant add allowlnsecure
1300
+ is_quic_add=" ,tls:\" tls\" ,alpn:\" h3\" " # cant add allowInsecure
1301
1301
}
1302
1302
is_vmess_url=$( jq -c " {v:2,ps:\" 233boy-${net} -$is_addr \" ,add:\" $is_addr \" ,port:\" $port \" ,id:\" $uuid \" ,aid:\" 0\" ,net:\" $net \" ,type:\" $is_type \" $is_quic_add }" <<< {} )
1303
1303
is_url=vmess://$( echo -n $is_vmess_url | base64 -w 0)
@@ -1313,7 +1313,7 @@ info() {
1313
1313
is_insecure=1
1314
1314
is_can_change=(0 1 4)
1315
1315
is_info_show=(0 1 2 10 4 8 20)
1316
- is_url=" $is_protocol ://$password @$is_addr :$port ?type=tcp&security=tls&allowlnsecure =1#233boy-$net -$is_addr "
1316
+ is_url=" $is_protocol ://$password @$is_addr :$port ?type=tcp&security=tls&allowInsecure =1#233boy-$net -$is_addr "
1317
1317
is_info_str=($is_protocol $is_addr $port $password tcp tls true)
1318
1318
;;
1319
1319
hy* )
@@ -1370,7 +1370,7 @@ info() {
1370
1370
msg " ------------- ${info_list[12]} -------------"
1371
1371
msg " \e[4;${is_color} m${is_url} \e[0m"
1372
1372
[[ $is_insecure ]] && {
1373
- warn " 某些客户端如(V2rayN 等)导入URL需手动将: 跳过证书验证(allowlnsecure ) 设置为 true, 或打开: 允许不安全的连接"
1373
+ warn " 某些客户端如(V2rayN 等)导入URL需手动将: 跳过证书验证(allowInsecure ) 设置为 true, 或打开: 允许不安全的连接"
1374
1374
}
1375
1375
fi
1376
1376
if [[ $is_no_auto_tls ]]; then
@@ -1516,7 +1516,7 @@ is_main_menu() {
1516
1516
show_help
1517
1517
;;
1518
1518
9)
1519
- ask list is_do_other " 启用BBR 查看日志 查看错误日志 测试运行 重装脚本 设置DNS"
1519
+ ask list is_do_other " 启用BBR 查看日志 测试运行 重装脚本 设置DNS"
1520
1520
case $REPLY in
1521
1521
1)
1522
1522
load bbr.sh
@@ -1526,15 +1526,12 @@ is_main_menu() {
1526
1526
get log
1527
1527
;;
1528
1528
3)
1529
- get logerr
1530
- ;;
1531
- 4)
1532
1529
get test-run
1533
1530
;;
1534
- 5 )
1531
+ 4 )
1535
1532
get reinstall
1536
1533
;;
1537
- 6 )
1534
+ 5 )
1538
1535
load dns.sh
1539
1536
dns_set
1540
1537
;;
0 commit comments