mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
install warp to menu
This commit is contained in:
parent
3f7e819a9b
commit
641a7d3e57
1 changed files with 4 additions and 4 deletions
8
x-ui.sh
8
x-ui.sh
|
@ -717,8 +717,8 @@ ssl_cert_issue_by_cloudflare() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
google_recaptcha() {
|
warp_fixchatgpt() {
|
||||||
curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh
|
curl -fsSL https://gist.githubusercontent.com/hamid-gh98/dc5dd9b0cc5b0412af927b1ccdb294c7/raw/install_warp_proxy.sh | bash
|
||||||
echo ""
|
echo ""
|
||||||
before_show_menu
|
before_show_menu
|
||||||
}
|
}
|
||||||
|
@ -799,7 +799,7 @@ show_menu() {
|
||||||
${green}16.${plain} Apply for an SSL Certificate
|
${green}16.${plain} Apply for an SSL Certificate
|
||||||
${green}17.${plain} Update Geo Files
|
${green}17.${plain} Update Geo Files
|
||||||
${green}18.${plain} Active Firewall and open ports
|
${green}18.${plain} Active Firewall and open ports
|
||||||
${green}19.${plain} Fixing Google reCAPTCHA
|
${green}19.${plain} Install WARP
|
||||||
${green}20.${plain} Speedtest by Ookla
|
${green}20.${plain} Speedtest by Ookla
|
||||||
"
|
"
|
||||||
show_status
|
show_status
|
||||||
|
@ -864,7 +864,7 @@ show_menu() {
|
||||||
open_ports
|
open_ports
|
||||||
;;
|
;;
|
||||||
19)
|
19)
|
||||||
google_recaptcha
|
warp_fixchatgpt
|
||||||
;;
|
;;
|
||||||
20)
|
20)
|
||||||
run_speedtest
|
run_speedtest
|
||||||
|
|
Loading…
Reference in a new issue