Files
CyberPanel/FetchIP.sh

2 lines
117 B
Bash
Raw Normal View History

2022-07-06 16:07:19 +05:00
Server_IP=$(curl --silent --max-time 30 -4 https://cyberpanel.sh/?ip)
echo "$Server_IP" > "/etc/cyberpanel/machineIP"