diff --git a/sb_00.sh b/sb_00.sh index 9c449b1..f9bc10b 100644 --- a/sb_00.sh +++ b/sb_00.sh @@ -19,7 +19,7 @@ export NEZHA_PORT=${NEZHA_PORT:-''} export NEZHA_KEY=${NEZHA_KEY:-''} export ARGO_DOMAIN=${ARGO_DOMAIN:-''} export ARGO_AUTH=${ARGO_AUTH:-''} -export CFIP=${CFIP:-'www.visa.com.sg'} +export CFIP=${CFIP:-'cf.877774.xyz'} export CFPORT=${CFPORT:-'443'} export SUB_TOKEN=${SUB_TOKEN:-${UUID:0:8}} @@ -525,7 +525,7 @@ EOF get_links(){ argodomain=$(get_argodomain) echo -e "\e[1;32mArgoDomain:\e[1;35m${argodomain}\e[0m\n" -ISP=$(curl -s --max-time 2 https://speed.cloudflare.com/meta | awk -F\" '{print $26}' | sed -e 's/ /_/g' || echo "0") +ISP=$(curl -sm 3 -H "User-Agent: Mozilla/5.0" "https://api.ip.sb/geoip" | awk -F\" '{print $32}' | sed -e 's/ /_/g || echo "0") get_name() { if [ "$HOSTNAME" = "s1.ct8.pl" ]; then SERVER="CT8"; else SERVER=$(echo "$HOSTNAME" | cut -d '.' -f 1); fi; echo "$SERVER"; } NAME="$ISP-$(get_name)"