jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

IP Allow List Limit & Irregularity #174

Closed Matt-CyberGuy closed 3 years ago

Matt-CyberGuy commented 3 years ago

Hey all,

This has been my favorite and most commonly deployed container I've used anywhere. I started digging into some of the more complex features and was really excited to realize IP filtering is a feature. Unfortunately I discovered it seems we're limited to 4 entries, and it's hit and miss. I have to disable and re-enable a half dozen times before it seems to take effect.

I desperately need this feature implemented, are there any beta's out there that might have an add function available, or a syntax for adding additional IP's on one line?

Thanks,

-Matt

jlesage commented 3 years ago

You can add a range of IPs with an entry like this: 192.168.1.0/24. Can this work for you ?

jlesage commented 3 years ago

Enhancements have been done with the latest version of Nginx Proxy Manager.

Please re-open issue if needed.