You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every app has an IP source range filter already. Create a new common make target to simplify configuring it:
$ make ip-allow
? Do you want to configure a Source IP range filter to limit access by network
> No
Yes, use my current public IP address (queries https://ifconfig.me)
Yes, use my current local IP address list
Yes, I would like to enter the value/list manually
or
make ip-allow ALLOW=192.168.0.0/24,10.10.10.0/24
The text was updated successfully, but these errors were encountered:
Also see #227 - we should have a similar target for the excluded ips
$ make ip-deny
? Do you want to deny (carve out) certain networks from the ip-allow list?
> No, I want to allow all network ranges within the ip-allow list.
Yes, I want to explicitly remove certain networks from the ip-allow list.
WHOAMI_IP_STRATEGY_EXCLUDED_IPS: Enter the list of excluded networks (CIDR, comma separated)
Every app has an IP source range filter already. Create a new common make target to simplify configuring it:
or
The text was updated successfully, but these errors were encountered: