@@ -23,6 +23,9 @@ if [[ -z "$IP" ]]; then
IP=$(grep -m 1 "可用" ip.txt | awk -F ':' '{print $1}')
if [ -z "$IP" ]; then
IP=$(okip)
IP=$(head -n 1 ip.txt | awk -F ':' '{print $1}')
fi
green "你选择的IP为: $IP"
The note is not visible to the blocked user.