Hi,
I have a proxy that catches all non-wanted traffic so I need to whitelist specific domains when needed.
For now I allowed:
But I’m seeing multiple attempts to an external service (my proxy logs won’t tell me the domain, just IPs):
[2021-04-16T17:03:30.343Z] "- - -" 0 UH "-" "-" 0 0 0 - "-" "-" "-" "-" "-" - - 108.177.121.132:443 ${local_one}:44530 - -
[2021-04-16T17:03:30.347Z] "- - -" 0 UH "-" "-" 0 0 0 - "-" "-" "-" "-" "-" - - 64.233.191.132:443 ${local_one}:33784 - -
[2021-04-16T17:03:30.409Z] "- - -" 0 UH "-" "-" 0 0 0 - "-" "-" "-" "-" "-" - - 74.125.201.132:443 ${local_one}:42826 - -
[2021-04-16T17:03:30.423Z] "- - -" 0 UH "-" "-" 0 0 0 - "-" "-" "-" "-" "-" - - 74.125.132.132:443 ${local_one}:32968 - -
[2021-04-16T17:03:30.435Z] "- - -" 0 UH "-" "-" 0 0 0 - "-" "-" "-" "-" "-" - - 142.250.103.132:443 ${local_one}:35220 - -
All those IPs are owned by Google but I can’t figure out which domains I should allow (they are probably all the same service behind a load balancer when retrying).
Since for more than a year Ghost only uses “rpc.pingomatic.com” and no longer ping Google services I don’t understand what’s going on
Thank you,