summaryrefslogtreecommitdiff
path: root/static/netbsd/man2/delayedkeys.conf.2
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
commit253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch)
treeadf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man2/delayedkeys.conf.2
parenta9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff)
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man2/delayedkeys.conf.2')
-rw-r--r--static/netbsd/man2/delayedkeys.conf.221
1 files changed, 21 insertions, 0 deletions
diff --git a/static/netbsd/man2/delayedkeys.conf.2 b/static/netbsd/man2/delayedkeys.conf.2
new file mode 100644
index 00000000..9ac3524b
--- /dev/null
+++ b/static/netbsd/man2/delayedkeys.conf.2
@@ -0,0 +1,21 @@
+.\" $NetBSD: delayedkeys.conf.2,v 1.2 2025/01/26 16:24:51 christos Exp $
+.\"
+/*
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+ *
+ * SPDX-License-Identifier: MPL-2.0
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, you can obtain one at https://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ */
+
+zone "delayedkeys" {
+ type primary;
+ file "delayedkeys.db";
+ inline-signing yes;
+ dnssec-policy inline;
+};