todd a28d38c76b Import adsuck 1.0
adsuck is a dns relay that returns NXdomain for hosts that match names in a
blacklist for quick and non browser plugin based ad blocking.
.. from the keyboard of Marco Peereboom
2009-03-06 16:55:26 +00:00

8 lines
286 B
Plaintext

To play nice with dhclient, read ${TRUEPREFIX}/share/doc/adsuck/README.dhclient
To have adsuck start at boot time, put something
like this in /etc/rc.local:
if [ "$adsuck_flags" != "NO" -a -x /usr/local/sbin/adsuck ]; then
echo -n ' adsuck'; /usr/local/sbin/adsuck $adsuck_flags
fi