Skip to content

Commit

Permalink
warp script removed
Browse files Browse the repository at this point in the history
we don't need it
  • Loading branch information
MHSanaei committed Sep 9, 2024
1 parent 58c721e commit 2724577
Showing 1 changed file with 9 additions and 40 deletions.
49 changes: 9 additions & 40 deletions x-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -978,33 +978,6 @@ ssl_cert_issue_CF() {
fi
}

warp_cloudflare() {
echo -e "${green}\t1.${plain} Install WARP socks5 proxy"
echo -e "${green}\t2.${plain} Account Type (free, plus, team)"
echo -e "${green}\t3.${plain} Turn on/off WireProxy"
echo -e "${green}\t4.${plain} Uninstall WARP"
echo -e "${green}\t0.${plain} Back to Main Menu"
read -p "Choose an option: " choice
case "$choice" in
0)
show_menu
;;
1)
bash <(curl -sSL https://raw.githubusercontent.com/hamid-gh98/x-ui-scripts/main/install_warp_proxy.sh)
;;
2)
warp a
;;
3)
warp y
;;
4)
warp u
;;
*) echo "Invalid choice" ;;
esac
}

run_speedtest() {
# Check if Speedtest is already installed
if ! command -v speedtest &>/dev/null; then
Expand Down Expand Up @@ -1349,15 +1322,14 @@ show_menu() {
${green}18.${plain} SSL Certificate Management
${green}19.${plain} Cloudflare SSL Certificate
${green}20.${plain} IP Limit Management
${green}21.${plain} WARP Management
${green}22.${plain} Firewall Management
${green}21.${plain} Firewall Management
————————————————
${green}23.${plain} Enable BBR
${green}24.${plain} Update Geo Files
${green}25.${plain} Speedtest by Ookla
${green}22.${plain} Enable BBR
${green}23.${plain} Update Geo Files
${green}24.${plain} Speedtest by Ookla
"
show_status
echo && read -p "Please enter your selection [0-25]: " num
echo && read -p "Please enter your selection [0-24]: " num

case "${num}" in
0)
Expand Down Expand Up @@ -1424,22 +1396,19 @@ show_menu() {
iplimit_main
;;
21)
warp_cloudflare
;;
22)
firewall_menu
;;
23)
22)
bbr_menu
;;
24)
23)
update_geo
;;
25)
24)
run_speedtest
;;
*)
LOGE "Please enter the correct number [0-25]"
LOGE "Please enter the correct number [0-24]"
;;
esac
}
Expand Down

2 comments on commit 2724577

@amirng
Copy link

@amirng amirng commented on 2724577 Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

سلام
ما چون روی نسخه های پایینتر مجبوریم وصل بشیم
وارپ رو حذف کردی مجبوریم دستی بیاریمش

@hossein-mohseni
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

سلام وقت بخیر

از زمانی که وارپ حذف شده وارپ درست کار نمیکنه چند بار هم تست کردم و برای مثال سایت های نمایش آیپی رو داخل وارپ قرار دادم و چند بار هم اوتباند رو حذف کردم و حتی پنل رو از اول نصب کردم منتهی کار نمیکنه و حتی اسکرپت حمید رو هم نصب کردم و یک اوتباند روی پورت 40000 ساختم ولی همچنان وارپ کار نمیکنه

آیا وارپ جدید روی سرویس خاصی ران هست، که بشه تنظیمات وایرگارد اون رو تغییر داد؟ برای مثال اسکریپت اسکن اندپوینت ساختم که خودکار آیپی وارپ رو تغییر بده ولی الان نمیتونم این کار رو بکنم ممنون میشم راهنمایی کنید.

Please sign in to comment.