Hello, Will be nice add the script can obtaint the current ip to update if none is provided, for example. Something like that: ``` get_current_ip() { curl ifconfig.me } CONTENT=$(get_current_ip) ``` So -c (CONTENT) will be equal to the current public IP