Google IAP for TCP forwarding

Hi, Can we update our worker.js script to include a connect() function that returns a TCP socket, i.e., Google IAP for TCP forwarding webhook between Cloudflare Worker and an internal ip address hosting our SMTP server at ‘imap-cfored-com:10025., https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#connections-to-port-25-are-prohibited Regards, Hal
Use the connect() API to create outbound TCP connections from Workers.
Was this page helpful?