You're afraid of the public internet seeing your IP address? The address that is required to serve responses to your requests?
In the screenshot posted you can see the following data is being sent out:
```bash
USER_AGENT="curl/$curl_ver $lsb $platform $cpu $uptime cloud_id/$cloud_id"
```
This is 100% not acceptable. That data is NOT to leave my environments.
You're afraid of the public internet seeing your IP address? The address that is required to serve responses to your requests?