@@ -148,6 +148,7 @@ case $context in
148
148
--no-shuffle --launch=bind --bind-config=./named.conf \
149
149
--bind-dnssec-db=./dnssec.sqlite3 \
150
150
--send-root-referral \
151
+ --add-superfluous-nsec3-for-old-bind \
151
152
--cache-ttl=0 --no-config &
152
153
bindwait
153
154
;;
@@ -268,6 +269,7 @@ __EOF__
268
269
$RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \
269
270
--no-shuffle --launch --launch+=random --launch+=gmysql --launch+=random --gmysql-dnssec \
270
271
--fancy-records --send-root-referral \
272
+ --add-superfluous-nsec3-for-old-bind \
271
273
--cache-ttl=0 --no-config \
272
274
--gmysql-dbname=" $GMYSQLDB " \
273
275
--gmysql-user=" $GMYSQLUSER " \
@@ -320,6 +322,7 @@ __EOF__
320
322
$RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \
321
323
--no-shuffle --launch=gpgsql --gpgsql-dnssec \
322
324
--fancy-records --send-root-referral \
325
+ --add-superfluous-nsec3-for-old-bind \
323
326
--cache-ttl=0 --no-config \
324
327
--gpgsql-dbname=" $GPGSQLDB " \
325
328
--gpgsql-user=" $GPGSQLUSER " &
@@ -433,6 +436,7 @@ __EOF__
433
436
$RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \
434
437
--no-shuffle --launch=gsqlite3 --gsqlite3-dnssec \
435
438
--fancy-records --send-root-referral \
439
+ --add-superfluous-nsec3-for-old-bind \
436
440
--cache-ttl=0 --no-config \
437
441
--gsqlite3-database=pdns.sqlite3 &
438
442
if [ $context = gsqlite3-nsec3 ]
522
526
$RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \
523
527
--no-shuffle --launch=remote \
524
528
--query-logging --loglevel=9 --cache-ttl=0 --no-config \
529
+ --add-superfluous-nsec3-for-old-bind \
525
530
--send-root-referral \
526
531
--remote-connection-string=" $connstr " $remote_add_param &
527
532
598
603
$RUNWRAPPER $PDNS2 --daemon=no --local-port=$port --socket-dir=./ \
599
604
--no-shuffle --launch=gmysql --gmysql-dnssec \
600
605
--fancy-records --send-root-referral \
606
+ --add-superfluous-nsec3-for-old-bind \
601
607
--cache-ttl=0 --query-cache-ttl=0 --no-config --slave --retrieval-threads=1 \
602
608
--gmysql-dbname=" $GMYSQL2DB " \
603
609
--gmysql-user=" $GMYSQL2USER " \
631
637
$RUNWRAPPER $PDNS2 --daemon=no --local-port=$port --socket-dir=./ \
632
638
--no-shuffle --launch=gsqlite3 --gsqlite3-dnssec \
633
639
--fancy-records --send-root-referral \
640
+ --add-superfluous-nsec3-for-old-bind \
634
641
--cache-ttl=0 --query-cache-ttl=0 --no-config --slave --retrieval-threads=1 \
635
642
--gsqlite3-database=pdns.sqlite31 --gsqlite3-pragma-synchronous=0 | & egrep -v " update records set ordername|insert into records" &
636
643
echo ' waiting for zones to be slaved'
665
672
$RUNWRAPPER $PDNS2 --daemon=no --local-port=$port --socket-dir=./ \
666
673
--no-shuffle --launch=bind --bind-config=./named-slave.conf --slave \
667
674
--send-root-referral --retrieval-threads=1 --config-name=bind-slave \
675
+ --add-superfluous-nsec3-for-old-bind \
668
676
--cache-ttl=0 --no-config --bind-dnssec-db=./dnssec-slave.sqlite3 &
669
677
echo ' waiting for zones to be loaded'
670
678
bindwait bind-slave
0 commit comments