Skip to content

Commit 6020f49

Browse files
authored
Merge pull request #60 from Habbie/nits-20230717
pdns.conf fix, plus a doc nit
2 parents 730635f + 431a80c commit 6020f49

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/pdns/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ load-modules=liblmdbbackend.so
3939
launch=lmdb
4040
lmdb-filename=/lmdb/instance-$instance/db
4141
lmdb-shards=1
42-
lmdb-random-ids=yes
43-
lmdb-flag-deleted=yes
42+
lmdb-lightning-stream=yes
4443
" > /etc/powerdns/pdns.conf
4544

4645
pdns_server || (

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Then, in another terminal, call these convenience scripts, with a delay between
5454
docker/pdns/pdnsutil -i 1 create-zone example.org
5555
docker/pdns/pdnsutil -i 1 secure-zone example.org
5656
docker/pdns/pdnsutil -i 1 set-meta example.org foo bar
57-
docker/pdns/pdnsutil -i 2 generate-tsig-key example123
57+
docker/pdns/pdnsutil -i 2 generate-tsig-key example123 hmac-sha512
5858
docker/pdns/pdnsutil -i 1 add-record example.org www A 60 192.0.2.3
5959

6060
sleep 2

0 commit comments

Comments
 (0)