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)
7 lines
205 B
Plaintext
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.
|