llmnrd
llmnrd copied to clipboard
Link-Local Multicast Resolution (LLMNR) Daemon for Linux
Hi, I added support for aliases (named CNAME in DNS) and reverse lookup. Aliases can be specified on the command line by adding -a options. Multiple aliases are supported. When...
Greetings! Maybe you could add wsdd (WS-Discovery) support too? There is a wsdd+llmnr-Responder here: https://github.com/tobiaswaldvogel/openwrt-addpack/tree/master/wsdd/src but it doesn't support IPv6. It would be great if we could have all three...
Allow to provide multiple host names * Readme amended * Dynamic array of host name strings; Requires addition of `void llmnr_release(void);` method for string array cleanup * Keep `llmnr_set_hostname` function...
With limited amount of changes it would be possible to respond to more than just one name request. As far as I understood RFC 4795 it is also not forbidden...
Hi, for our application, the device that we want easily accessible from Windows will in most cases be alone in the local network. And I'd prefer to give it a...
Hi. Not very familiar with llmnrd right now, but reading #4 makes me think llmnrd does not need to (or even should not?) be started as root. Thus please consider...