yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
201 stars 149 forks source link

Add CIDR support for allowedIPs #458

Closed rhertogh closed 3 years ago

rhertogh commented 3 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Tests pass? ✔️
Fixed issues -

This PR adds support for CIDR ranges in allowedIPs, which is especially useful for docker (which uses class B ranges by default).

samdark commented 3 years ago

Thanks!