https://github.com/vx68k/xllmnrd
Xenium LLMNR Responder – a Link-Local Multicast Name Resolution (LLMNR) responder daemon.
https://github.com/vx68k/xllmnrd
ipv6 linux llmnr netlink responder rfc4795 rtnetlink zero-configuration
Last synced: 4 months ago
JSON representation
Xenium LLMNR Responder – a Link-Local Multicast Name Resolution (LLMNR) responder daemon.
- Host: GitHub
- URL: https://github.com/vx68k/xllmnrd
- Owner: vx68k
- License: gpl-3.0
- Created: 2018-04-11T22:34:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T01:40:04.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:57:05.275Z (about 1 year ago)
- Topics: ipv6, linux, llmnr, netlink, responder, rfc4795, rtnetlink, zero-configuration
- Language: M4
- Homepage: https://www.vx68k.org/xllmnrd
- Size: 1.68 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Introduction
Xenium LLMNR Responder (xllmnrd) is an IPv6 network service daemon
that responds to name queries from Microsoft Windows computers on the same
network link so that you can get the IP addresses of the server *without
any DNS configuration*. It effectively replaces an IPv4-only NetBIOS name
resolution responder typically provided by [Samba][].This program implements Link-Local Multicast Name Resolution (LLMNR) as
described in [RFC 4795][] and currently supports Linux-based operating systems
only.See the [home page][] for more information about this program.
[Home page]: https://www.vx68k.org/xllmnrd
[RFC 4795]: https://tools.ietf.org/html/rfc4795 "Link-Local Multicast Name Resolution (LLMNR)"
[Samba]: https://www.samba.org/[][GPL-3.0]
[][open issues][Open issues]: https://bitbucket.org/kazssym/xllmnrd/issues?status=new&status=open
# Installation
See the 'INSTALL' file for installation instructions. The 'configure' should
work for most supported operating systems.If you find any problem while installation, please report it to
.## Sample init script
This package produces a sample init script for use on LSB-conforming operating
systems. But its existence does not imply any level of conformance to the LSB
specifications.# License
This program is provided under the terms and conditions of the [GNU General
Public License, version 3][GPL-3.0] or any later version.[GPL-3.0]: https://opensource.org/licenses/GPL-3.0
# See also
- [RFC 4795][].