IPv4 for VPS exit node bash file

This commit is contained in:
Abolfazl
2026-05-12 22:20:01 +03:30
parent 2d4b8581cb
commit 1f93575cf6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ else
fi
# ─────────────────────────────────────────────────────────────────────────────
PUBLIC_IP=$(curl -sf --max-time 5 https://ifconfig.me 2>/dev/null || echo "YOUR-VPS-IP")
PUBLIC_IP=$(curl -sf --max-time 5 https://ipv4.ifconfig.me 2>/dev/null || echo "YOUR-VPS-IP")
echo ""
echo -e "${BOLD}${GREEN}============================================================${NC}"