Documentation ¶
Overview ¶
Package storage abstracts away where middleware can store assests (zones, keys, etc).
Index ¶
Constants ¶
This section is empty.
Variables ¶
var CoreDir = dir(fsPath())
CoreDir is the directory where middleware can store assets, like zone files after a zone transfer or public and private keys or anything else a middleware might need. The convention is to place assets in a subdirectory named after the zone prefixed with "D", to prevent the root zone become a hidden directory.
Dexample.org/Kexample.org<something>.key
Note that subzone(s) under example.org are places in the own directory under CoreDir:
Dexample.org/... Db.example.org/...
CoreDir will default to "$HOME/.coredns" on Unix, but it's location can be overridden with the COREDNSPATH environment variable.
Functions ¶
This section is empty.
Types ¶
This section is empty.