diff options
Diffstat (limited to '')
-rw-r--r-- | doc/misc/hint.zoneopt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/hint.zoneopt b/doc/misc/hint.zoneopt new file mode 100644 index 0000000..d14c3ef --- /dev/null +++ b/doc/misc/hint.zoneopt @@ -0,0 +1,6 @@ +zone <string> [ <class> ] { + type hint; + check-names ( fail | warn | ignore ); + delegation-only <boolean>; // deprecated + file <quoted_string>; +}; |