Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
COREDNS-MINIMAL(7)		CoreDNS	Plugins		    COREDNS-MINIMAL(7)

NAME
       minimal - minimizes size	of the DNS response message whenever possible.

DESCRIPTION
       The  minimal plugin tries to minimize the size of the response. Depend-
       ing on the response type	it removes resource records from the AUTHORITY
       and ADDITIONAL sections.

       Specifically this plugin	looks at successful responses  (this  excludes
       negative	 responses, i.e.  nodata or name error). If the	successful re-
       sponse isn't a delegation only the RRs in the answer section are	 writ-
       ten to the client.

SYNTAX
	      minimal

EXAMPLES
       Enable minimal responses:

	      example.org {
		  whoami
		  forward . 8.8.8.8
		  minimal
	      }

SEE ALSO
       BIND  9	Configuration  Reference <https://bind9.readthedocs.io/en/lat-
       est/reference.html#boolean-options>

CoreDNS				  March	2021		    COREDNS-MINIMAL(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=coredns-minimal&sektion=7&manpath=FreeBSD+Ports+14.3.quarterly>

home | help