From df49e49bc7834ad3257d1b10972854a14605a67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 15 Feb 2017 11:46:57 +0100 Subject: mdns: update and rename package to the umdns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This update includes numerous small fixes for: 1) Interfaces setup 2) Packets parsing 3) Sending replies Without this there were multiple problems with exchanging information between (u)mdns and other implementations (including (u)mdns as well). This also follows project rename to umdns which was required to avoid confusion with Apple's mdnsd from mDNSResponder project. Signed-off-by: Rafał Miłecki --- package/network/services/umdns/files/umdns.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/network/services/umdns/files/umdns.config (limited to 'package/network/services/umdns/files/umdns.config') diff --git a/package/network/services/umdns/files/umdns.config b/package/network/services/umdns/files/umdns.config new file mode 100644 index 0000000..d4936bb --- /dev/null +++ b/package/network/services/umdns/files/umdns.config @@ -0,0 +1,3 @@ +config umdns + option jail 1 + list network lan -- cgit v1.1