lesavka/scripts/manual/vpn-test.sh
2025-06-30 22:27:49 -05:00

5 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
# scripts/manual/vpn-test.sh
set -x IP $(curl -s https://api.ipify.org) && echo "IP: $IP" && curl http://ip-api.com/json/$IP?fields=country,city,lat,lon