Document the edns0, inet6, insecure1, insecure2, no-check-names,
and rotate options which are parsed by res_init(3) but were not
described in the resolver(5) man page.
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Differential D55864
resolver.5: document six previously undocumented options Authored by chris.longros_gmail.com on Sun, Mar 15, 10:40 AM.
Details
Document the edns0, inet6, insecure1, insecure2, no-check-names, Signed-off-by: Christos Longros <chris.longros@gmail.com>
Diff Detail
Event Timeline
This comment was removed by chris.longros_gmail.com. Comment Actions
Taking a look at glibc's resolv.h it appears that the default options do not include RES_ROTATE. #define RES_DEFAULT (RES_RECURSE|RES_DEFNAMES|RES_DNSRCH) Comment Actions I don't think they have RES_ROTATE at all, their resolver is hardcoded to always rotate between configured nameservers. | ||||||||||||