I am trying to connect a go app to mongo atlas.
I need to whitelist the connecting IP
I dont want to whitelist 0.0.0.0/0
It seems that if I allocate an ipv4 to my app it still uses a different ip address for outbound traffic.
Any ideas?
I am trying to connect a go app to mongo atlas.
I need to whitelist the connecting IP
I dont want to whitelist 0.0.0.0/0
It seems that if I allocate an ipv4 to my app it still uses a different ip address for outbound traffic.
Any ideas?
Right… Ingress is distinct from egress on the Fly.io platform,
, and the oldest and most highlighted (in the docs) kind of dedicated address is only for the former.
There was a recent announcement about the latter, though…
Hope this helps a little!
I saw that but still it doesn’t seem to solve the root problem. Now we have to proxy the egress through a specific machine