Hello Ken,
this feature is called "search list" and is implemented in operating system or
stub resolver libraries. See man 5 resolv.conf and look for "search" directive.
Please note this is _not_ a feature of DNS protocol so consequantly it is not a feature of
Knot softwre suite.
I hope it helps.
Petr Špaček @ CZ.NIC
On 20. 09. 20 11:54, Ken Moini wrote:
Trying to use Knot DNS + Knot Resolver for a small
business network.
So far it's working great, however there's one function that's still needed:
short hostname resolution suffixing.
Meaning for 'server.example.com <http://server.example.com>' I can `dig
server.example.com <http://server.example.com>` and get the desired result, but
wondering how to attach the 'example.com <http://example.com>' suffix so I
can simply query `dig server` and have Knot auto-append 'example.com
<http://example.com>' suffix.
I believe I saw it in the documentation but I can't find it again for the life of
me...
Thanks in advance,
-KM