summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/dnsmasq/files/dnsmasq.socket')
-rw-r--r--net-dns/dnsmasq/files/dnsmasq.socket15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-dns/dnsmasq/files/dnsmasq.socket b/net-dns/dnsmasq/files/dnsmasq.socket
deleted file mode 100644
index 2314f75..0000000
--- a/net-dns/dnsmasq/files/dnsmasq.socket
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=DNS Socket activation for dnsmasq - Small forwarding DNS server with DHCP and tftp support.
-
-[Socket]
-
-BindIPv6Only=ipv6-only
-
-#DNS
-ListenDatagram=0.0.0.0:53
-ListenStream=0.0.0.0:53
-ListenDatagram=[::]:53
-ListenStream=[::]:53
-
-[Install]
-WantedBy=sockets.target