I have a domain example.com pointing at a Google Cloud load balancer. Requests get served by one of several Compute Engines behind the load balancer.
The load balancer ip is 1.2.3.4
Now when I send email from email@example.com sometimes it gets black listed because the reverse lookup for 1.2.3.4 does not return example.com instead it returns 71.22.211.130.bc.googleusercontent.com
I know that I can set a PTR on the individual virtual machines behind the load balancer but I don't think this will solve the problem.
Is there a solution that will make 1.2.3.4 return example.com or another typical solution?