Can we use our own custom port for GRPC Endpoint other than 443
Our GRPC client’s were using custom port for accessing our grpc origin server. Recently we integrated our service with Cloudflare for proxy support. As per the doc https://support.cloudflare.com/hc/en-us/articles/360050483011-Understanding-Cloudflare-gRPC-support Cloudflare recomended to use 443 port for our origin server so we updated to 443 from our custom port. Things working fine but we want to use our custom port rather than 443. Do Cloudflare provide any solution to use custom port instead of 443 for GRPC Endpoints ??
The Second thing is we are planning to restrict our application load balancer access to only Cloudflare via ip ranges by using NSG group with the following CIDR ranges IP Ranges. Do these CIDR listed will change ?? if they change do Cloudflare send us any notifications ?? so that these changes will not block our client’s production workloads