nextcloud / limit_login_to_ip

Nextcloud app that lets you Limit login to IP ranges
https://apps.nextcloud.com/apps/limit_login_to_ip
GNU Affero General Public License v3.0
24 stars 17 forks source link
allowlist nextcloud open-source security

Limit login to IP ranges

This app modifies the login logic to only allow logins from specified ip address ranges.

The allowed IP addresses have to be passed via occ app:config as a string separated by comma.

For example:

To allow 127.0.0.0/24:

To allow 127.0.0.0/24 and 192.168.0.0/24:

To allow 127.0.0.0/24 and also 192.168.0.0/24 as well as 2001:db8::/32:

Alternatively, you can use admin settings to restrict logins to specific ip address ranges.