Magento 2.x CE module for filtering IP addresses on storefront.
-
Use composer to download the module:
composer require mageware/magento2-ip-filter
-
Enable downloaded module:
php bin/magento module:enable MageWare_Common MageWare_IpFilter
-
Upgrade your database:
php bin/magento setup:upgrade