jdns

Qt4-wrapper for jdns

Install

All systems
curl cmd.cat/jdns.sh
Debian Debian
apt-get install jdns
Ubuntu
apt-get install jdns
image/svg+xml Kali Linux
apt-get install jdns
Fedora
dnf install qjdns-qt4
Windows (WSL2)
sudo apt-get update sudo apt-get install jdns
Raspbian
apt-get install jdns

qjdns-qt4

Qt4-wrapper for jdns

jdns

JDNS is a simple DNS implementation that can perform normal DNS

queries of any record type (notably SRV), as well as Multicast DNS queries and advertising. Multicast support is based on Jeremie Miller's "mdnsd" implementation. For maximum flexibility, JDNS is written in C with no direct dependencies, and is licensed under the MIT license. Your application must supply functionality to JDNS, such as UDP sending/receiving, via callbacks. Qt-based command-line tool called ‘jdns’ that can be used to test functionality.