diff --git a/FetchIP.sh b/FetchIP.sh new file mode 100644 index 000000000..b4d7aec3a --- /dev/null +++ b/FetchIP.sh @@ -0,0 +1,2 @@ +Server_IP=$(curl --silent --max-time 30 -4 https://cyberpanel.sh/?ip) +echo "$Server_IP" > "/etc/cyberpanel/machineIP" \ No newline at end of file