summarylogtreecommitdiffstats
path: root/adsuck.service
diff options
context:
space:
mode:
Diffstat (limited to 'adsuck.service')
-rw-r--r--adsuck.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/adsuck.service b/adsuck.service
new file mode 100644
index 000000000000..ef4187160547
--- /dev/null
+++ b/adsuck.service
@@ -0,0 +1,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 \ No newline at end of file