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