Closed edno closed 5 years ago
Create new CLI command that trigger SquidGuard update at once :
cd /var/www/kleis php artisan export:accounts php artisan export:categories php artisan export:groups php artisan export:whitelist cp /var/www/kleis/storage/app/export/accounts/accounts.txt /etc/squid3/passwords cp /var/www/kleis/storage/app/export/categories/*.txt /var/lib/squidguard/db/ cp /var/www/kleis/storage/app/export/proxylists/*.txt /var/lib/squidguard/db/ squidGuard -C all /usr/sbin/service squid3 restart
Cancelled for #82
Create new CLI command that trigger SquidGuard update at once :