Page 1 of 1

CLI addition to Whitelist?

PostPosted: Thu May 14, 2020 6:53 pm
by carpenox
How would I remove an IP from the blacklist or add one to the whitelist for the VB-Firewall thru the CLI? I'm sure its in a table on mysql but what would be the format to add it to that table for white or remove from black?

-Nox

Re: CLI addition to Whitelist?

PostPosted: Thu May 14, 2020 7:03 pm
by carpenox
nevermind i got it:

delete from vicidial_ip_list_entries where ip_address='12.XX2.24.2X0';
Query OK, 1 row affected (0.03 sec)