Today in Ocean integrations hosted by port, the default behaviour is to replace the hostname in the outgoing HTTP request to the data source with the resolved IP for this hostname.
This is causing issues with some data sources that block such requests.
As a WA we are using a static list of domains which are not replaced by the IP when sending out the HTTP request.
This means that we are getting tickets from customers to add domain to this list and need to publish a new version for each such change.
We want to change this so that this will not happen and we will not replace the hostname with the resolved IP.