antonioribeiro / firewall

Firewall package for Laravel applications
BSD 3-Clause "New" or "Revised" License
1.39k stars 163 forks source link

Grouping of IP list #106

Open david2331 opened 6 years ago

david2331 commented 6 years ago

Is that possible to add the grouping of IP list.

For example: Group A = 10.0.0.1, 10.0.1.1 Group B = 192.168.0.1/255.255.255.255

Route /admin/ only allow IP List Group A to be access Route /user/ only allow IP List Group B to be access