local http = assert( require 'socket.http' ) print( "Retrieving IP: " ) return assert( http.request 'https://api.ipify.org' )