Open luchua-bc opened 9 months ago
@luchua-bc Sorry for the delay here, I don't think the target selection supports CIDRs right now. If you want to expand the IPs out in to a file though it should accept that though.
https://github.com/RyanJarv/cdn-proxy/blob/main/main.go#L232
Thanks @RyanJarv for confirming the workaround.
I'm running cdn-scanner to scan an AWS CIDR block:
And I got the following:
It seems that
3.160.0.0/14
is treated as a single IP instead of a CIDR block. What's the correct command?Thanks, Luc