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
8 lines
286 B
Plaintext
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
|