blob: 7e0c04bd3d874ec41722a569adcd4ec73400c100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Source: mdns-repeater
Section: net
Priority: optional
Maintainer: Christian Poessinger <christian@poessinger.com>
Build-Depends: debhelper (>= 12),
pkg-config
Standards-Version: 3.9.6
Vcs-Git: http://github.com/c-po/mdns-repeater
Homepage: http://github.com/c-po/mdns-repeater
Package: mdns-repeater
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Multicast DNS repeater
mdns-repeater is a Multicast DNS repeater for Linux. Multicast DNS
uses the 224.0.0.51 address, which is "administratively scoped" and does not
leave the subnet.
.
mdns-repeater provides a "keep it simple, stupid" solution to discovering mDNS
services across subnets, and is primarily intended for router distributions and
software firewalls.
.
Since the mDNS protocol sends the AA records in the packet itself, the repeater
does not need to forge the source address. Instead, the source address is of
the interface that repeats the packet.
|