Skip to content

Variable: getPublicIp

const getPublicIp: () => Promise<string>

This process’s outbound public IP, cached for 5 minutes. Asks Cloudflare’s cdn-cgi/trace first and falls back to ipify. Useful for allowlisting or for reasoning about egress from a Databricks App.

Promise<string>