blob: ef41871605479cc62a0c06204a9d51e476935bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=A small DNS server that spoofs blacklisted addresses and forwards all other queries.
After=syslog.target
Wants=network.target
Before=network.target
[Service]
ExecStart=/usr/sbin/adsuck -D -c /var/adsuck -f /resolv.conf /hosts -r /filter
[Install]
WantedBy=multi-user.target
|