Update ip blacklist on multiple systems?

is there way to update multiple IP as blacklist IP using mysql database in FreePBX? Best Answer You can use fwconsole command You can also use cron job to achieve this add these lines to the asterisk crontab file: 50 23 * * * /usr/bin/wget https://your server here/pbxblacklist.txt -O /home/asterisk/pbxblacklist0 0 * * * /usr/bin/cat … Read more