File: control

package info (click to toggle)
mdns-reflector 0.0.1%2Bgit20230914.4b4cd3b-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ansic: 987; sh: 62; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download
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
27
28
Source: mdns-reflector
Section: net
Priority: optional
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team@lists.alioth.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
 Yuxiang Zhu <me@yux.im>
Build-Depends: cmake,
               debhelper-compat (= 13),
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/vfreex/mdns-reflector
Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/mdns-reflector.git
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/mdns-reflector

Package: mdns-reflector
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         adduser,
         libcap2-bin,
Description: lightweight and performant multicast DNS (mDNS) reflector
 mDNS Reflector (mdns-reflector) is a lightweight and performant
 multicast DNS (mDNS) reflector with a modern design. It reflects mDNS
 queries and responses among multiple LANs, which allows you to run
 untrusted IoT devices in a separate LAN but those devices can still be
 discovered in other LANs.
 .
 Supports zone based reflection and IPv6.