I deployed my service on edgecompute but the problem is i have only 4 ip given by fastly.How to add all fastly ips.If is a rules problem tell me.Thanks.
I think you’re asking about how to use those 4 IP’s to send traffic to your application in Fastly so I’ll try to answer that below, but if I’ve misunderstood please correct me and I’ll do my best to help with that.
In general we recommend using a full domain name like www.example.com versus the apex of your domain like example.com. To send traffic here you should also see a CNAME which you can add to your DNS configuration. Deploying this way allows us (Fastly) to manage traffic for the best possible result, avoiding internet weather.
The 4 IP addresses we show to route traffic are anycast IPs which means they are hosted on all our PoPs and the traffic will reach the nearest one (usually the quickest route). We recommend using these for the apex of your domain.
There’s more on this in our documentation:
Hope this helps