File: control

package info (click to toggle)
llmnrd 0.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 189
  • sloc: ansic: 1,452; makefile: 78; sh: 71
file content (18 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: llmnrd
Section: net
Priority: optional
Maintainer: Pali Rohár <pali.rohar@gmail.com>
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: https://github.com/tklauser/llmnrd

Package: llmnrd
Architecture: linux-any
Depends: lsb-base (>= 3.2-14), ${shlibs:Depends}, ${misc:Depends}
Description: Link-Local Multicast Resolution (LLMNR) Daemon for Linux
 llmnrd is a daemon implementing the Link-Local Multicast Name Resolution
 (LLMNR) protocol according to RFC 4795. It currently only supports Linux,
 as it uses the netlink kernel interface.
 .
 llmnrd will respond to name resolution queries sent by Windows clients in
 networks where no DNS server is available. It supports both IPv4 and IPv6.