diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-02-15 11:46:57 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-02-15 11:52:57 +0100 |
commit | 2a6fbce1218e7ed8ffaf997b1da03be244d744c9 (patch) | |
tree | c427a0b6346467c2699941e192230f8e4fcac861 /package/network/services/umdns/files/umdns.config | |
parent | 748e701b74f22d50dfb4d46ad5a8d0003c2c8b0f (diff) | |
download | upstream-2a6fbce1218e7ed8ffaf997b1da03be244d744c9.tar.gz upstream-2a6fbce1218e7ed8ffaf997b1da03be244d744c9.tar.bz2 upstream-2a6fbce1218e7ed8ffaf997b1da03be244d744c9.zip |
mdns: update and rename package to the umdns
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 <rafal@milecki.pl>
Diffstat (limited to 'package/network/services/umdns/files/umdns.config')
-rw-r--r-- | package/network/services/umdns/files/umdns.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/services/umdns/files/umdns.config b/package/network/services/umdns/files/umdns.config new file mode 100644 index 0000000000..d4936bb092 --- /dev/null +++ b/package/network/services/umdns/files/umdns.config @@ -0,0 +1,3 @@ +config umdns + option jail 1 + list network lan |