Update ecs.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 7a269dbc76
commit 33cd3270f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ecs.sh

@ -81,7 +81,7 @@ checkspeedtest() {
red(){ echo -e "\033[31m\033[01m$1\033[0m"; }
green(){ echo -e "\033[32m\033[01m$1\033[0m"; }
test_area="广州电信" "广州联通" "广州移动")
test_area=("广州电信" "广州联通" "广州移动")
test_ip=("58.60.188.222" "210.21.196.6" "120.196.165.2")
TEMP_FILE='ip.test'

Loading…
Cancel
Save