Hi! How can I setup an EGRESS rule that allows traffic to NON private IP ranges?
Our connectivity provider complaints that network scanning is taking place from our IP ranges. The problem was traced to misconfigured IPFS servers. We want to allow traffic out but NOT to private IP ranges. Is it possible to negate in egress CIDR lists? like: !10.0.0.0/8, 0.0.0.0/0 Otherwise I would need to compile a list of public network CIDRs that would be very long. R.