Date: Tue, 12 Jan 2016 19:37:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 206165] resolv.conf(5) is missing documentation on options Message-ID: <bug-206165-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206165 Bug ID: 206165 Summary: resolv.conf(5) is missing documentation on options Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: feld@FreeBSD.org There is no mention of the various options available to the resolver in resolv.conf(5). A common option is "edns0" and grepping the source shows th= ere are others that should be documented as well: /* search for and process individual options */ printf(";; res_setoptions(\"%s\", \"%s\")..= \n", options, source); statp->options |=3D RES_NOTLDQUERY; statp->options |=3D RES_USE_INET6; statp->options |=3D RES_INSECURE1; statp->options |=3D RES_INSECURE2; statp->options |=3D RES_ROTATE; statp->options |=3D RES_NOCHECKNAME; statp->options |=3D RES_USE_EDNS0; statp->options |=3D RES_USE_DNAME; statp->options |=3D RES_NO_NIBBLE2; statp->options &=3D statp->options &=3D ~RES_INIT; --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206165-9>