mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
IPv4 for VPS exit node bash file
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user