plugin-dns/plugins/mdns
Stefan Agner fed6186b6c
Update to Alpine 3.19/Go 1.22/CoreDNS 1.8.7 (#129)
2024-03-11 18:56:07 +01:00
..
resolve1 Mdns to systemd resolve (#73) 2022-02-22 08:46:36 +01:00
LICENSE Update coredns v1.8.0 (#8) 2020-10-22 18:07:44 +02:00
README.md Update coredns v1.8.0 (#8) 2020-10-22 18:07:44 +02:00
mdns.go Update to Alpine 3.19/Go 1.22/CoreDNS 1.8.7 (#129) 2024-03-11 18:56:07 +01:00
mdns_test.go Return noerror if any answers found (A or AAAA) (#81) 2022-03-04 10:22:17 +01:00
setup.go Return noerror if any answers found (A or AAAA) (#81) 2022-03-04 10:22:17 +01:00

README.md

mDNS

Name

mDNS - CoreDNS plugin that reads mDNS records from the local network and responds to queries based on those records.

Description

Useful for providing mDNS records to non-mDNS-aware applications by making them accessible through a standard DNS server.

Syntax

mdns

Examples

As a prerequisite to using this plugin, there must be systems on the local network broadcasting mDNS records.

Specify the domain for the records.

.local {
	mdns
}