How to restrict access to senhasegura from certain IP origins?

It is possible to restrict access to senhasegura from certain IPs and also check which are blocked.

In your terminal use the following command:

1. To check which IPs are registered, use the following command:

sudo  orbit wazuh whitelist status

2. To delete IPs use the following command:

sudo orbit wazuh whitelist delete --ips=<insert_IP>

It is possible to insert more than one IP, just separate by comma.

sudo orbit wazuh whitelist delete --ips=<insert_IP1>,<Insert_IP2>