Dansguardian Randomise Rules
wget http://arthurdejong.org/rl/rl-0.2.7.tar.gz
tar xzf rl-0.2.7.tar.gz
cd rl-0.2.7
./configure
make
make install
Then to randomize the rules I created a small shell script (so I can automate it in future) as follows:
vi /etc/dansguardian/lists/randomize.sh
#!/bin/bash
cd /etc/dansguardian/lists/blacklists; find . -type f -exec rl ‘{}’ -o ‘{}’.tmp \; -exec mv -f ‘{}’.tmp ‘{}’ \;
Dansguardian then restarts much faster.


No Comments
There aren't any comments yet. Be the first!