ports/dns/kadnode/pkg-message
Älven c19a49d41d dns/kadnode: update 2.3.0 -> 2.4.1, un-deprecate
Upstream is alive and active, has 1-st class FreeBSD support.
They had switched to mbedtls3 since version 2.4.0.
Using their ready-to-use port with minor changes:

* Fix files/kadnode.in mode (0755 -> 0644)
* Improve pkg-descr
* Some linting

PR:		283954
Reviewed by:	diizzy
Approved by:	moritzwarning@web.de (maintainer)
2025-01-17 13:34:54 +01:00

7 lines
205 B
Plaintext

In order to resolve domains using kadnode all over the system, add this
line to your /etc/nsswitch.conf:
hosts: files kadnode dns
If the hosts line already exists, just add kadnode before the dns entry.