Can I use Shalla block list with Web Safety?

It is possible to use Shalla block list from http://www.shallalist.de with Web Safety. You would need to run the following commands.

# set current working dir
cd /opt/websafety/var/spool/categories_custom

# download block list
wget http://www.shallalist.de/Downloads/shallalist.tar.gz

# unpack block list
tar -xvf shallalist.tar.gz

# move one dir up to match the folder structure needed for web safety
mv BL/* .

# and reset the owner
chown –R proxy:proxy ./*

Now, open Web Filter / Settings / Third Party Lists and ensure the folders from Shalla lists were correctly imported. To adjust what Shalla category is to be blocked in a given policy, navigate to Web Filter / Policy / Rule / Custom Categories and select those categories that needs to be blocked.

Click Save and Restart afterwards.