Add support for CIDR blocks
aleemb opened this issue · 1 comments
aleemb commented
Adding support for CIDR can help this repo play well with GitHub and make it inherently more secure.
Matching IP in CIDR: https://stackoverflow.com/a/27943815
IP addresses for GitHub's web hooks as per https://api.github.com/meta
"192.30.252.0/22",
"185.199.108.0/22",
"140.82.112.0/20"
Muffinman commented
Good idea! I'll add this in the next version.