summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <openbsd@mx.buetow.org>2022-01-22 10:37:21 +0100
committerPaul Buetow <openbsd@mx.buetow.org>2022-01-22 10:37:21 +0100
commit42aeb1c405bd78a15637a7fb75ffa9ee2bbdd3a4 (patch)
tree2d202a3eb882c509adfbff88cd2260e5a11279ec
parent95072de567a95beabf0ed48fbf587428fa7411f4 (diff)
add key example config
-rw-r--r--openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ4
-rw-r--r--openbsd/frontends/var/nsd.blowfish/etc/nsd.conf2
2 files changed, 5 insertions, 1 deletions
diff --git a/openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ b/openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ
new file mode 100644
index 0000000..36e855f
--- /dev/null
+++ b/openbsd/frontends/var/nsd.blowfish/etc/key.conf.templ
@@ -0,0 +1,4 @@
+key:
+ name: blowfish.buetow.org
+ algorithm: hmac-sha256
+ secret: %%ADDSECRETHEREIN"MARKS%%
diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf
index 4da4c29..98a0190 100644
--- a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf
+++ b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf
@@ -2,7 +2,7 @@ include: "/var/nsd/etc/key.conf"
server:
hide-version: yes
- verbosity: 3
+ verbosity: 1
database: "" # disable database
debug-mode: no