jgmdev / ddos-deflate

Fork of DDoS Deflate with fixes, improvements and new features.
Other
763 stars 262 forks source link

can i whitlist ips with asterisks to mark a ip range #18

Closed stevang closed 5 years ago

stevang commented 8 years ago

since there are tons of cloudflare ips to whitelist, is it working when i do it like that?

111.222.*.* 33.44.55.* etc

msergiy87 commented 8 years ago

You can use regexp. ^10.3.[1,7]. ^10.2.[1,4-5]. ^10.5.10. See my repository. But you should a little change my script for your needs. https://github.com/msergiy87/ddos-deflate-custom

jgmdev commented 5 years ago

45 implements a solution.