What is the outgoing IP address?

I need to prepare a detailed report on how the test will be concluded, including the IP address(es) where the test will come from. For this, I need the IP so they can flag is not a DDoS attack. I’m using the K6 CLI and I run the test locally, not from the cloud.

Thanks!

k6 itself can’t know your source IP address, especially if you’re behind a NAT. Instead, you can call a web service that returns your IP address for you (e.g. https://ifconfig.co/ip) in setup()?