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

FreeBSD Manual Pages

  
 
  

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

NAME
     root - simply specifies the root of where to find (zone) files.

DESCRIPTION
     The default root is the current working directory of CoreDNS. The root plu-
     gin allows you to change this. A relative root path is relative to the cur-
     rent working directory.

     This plugin can only be used once per Server Block.

SYNTAX
	    root PATH

     PATH is the directory to set as CoreDNS' root.

EXAMPLES
     Serve zone data (when the file plugin is used) from /etc/coredns/zones:

	    . {
		root /etc/coredns/zones
	    }

CoreDNS 			   March 2021			 COREDNS-ROOT(7)

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

home | help