vintozver / llmnr-multihost

Multihost LLMNR daemon, dual stack IPv4 + IPv6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a multihost LLMNR publisher

Does not require any configuration.

Responds with the list of addresses associated with the interface the request came from.
Works fine for Windows.
Daemon is supposed to run on POSIX compatible system.

Uses pyroute2 package to access the list of interfaces.
Uses dnslib to work with raw DNS packets.

Known issue: Microsoft LLMNR uses UTF-8, not IDNA. You will get tracebacks when resolving non-ASCII names.

About

Multihost LLMNR daemon, dual stack IPv4 + IPv6


Languages

Language:Python 100.0%