knot.conf: disable notify to secondary by default
This commit is contained in:
parent
25725ed2f4
commit
5bd6a23546
2 changed files with 7 additions and 2 deletions
|
@ -24,9 +24,14 @@ podman-compose build # build every other service images
|
|||
|
||||
### Run
|
||||
|
||||
Optionally, to enable the `knot-secondary` service:
|
||||
```shell
|
||||
# uncomment "notify:" lines in knot.conf, then:
|
||||
podman-compose up knot knot-secondary # generate QUIC keys
|
||||
./setup-xoq.sh # setup mutual XFR over QUIC
|
||||
```
|
||||
|
||||
```shell
|
||||
podman-compose up # start containers
|
||||
podman-compose exec core php /srv/servnest/core/jobs/check.php # test main features
|
||||
```
|
||||
|
|
|
@ -33,9 +33,9 @@ remote:
|
|||
template:
|
||||
- id: "servnest"
|
||||
storage: "/srv/servnest/ns"
|
||||
notify: "secondary"
|
||||
zonefile-load: "whole"
|
||||
journal-content: "all"
|
||||
# notify: "secondary"
|
||||
dnssec-signing: "on"
|
||||
dnssec-policy: "servnest"
|
||||
catalog-role: "member"
|
||||
|
@ -43,9 +43,9 @@ template:
|
|||
|
||||
zone:
|
||||
- domain: "servnest.test.invalid."
|
||||
notify: "secondary"
|
||||
zonefile-load: "whole"
|
||||
journal-content: "all"
|
||||
# notify: "secondary"
|
||||
catalog-role: "generate"
|
||||
|
||||
- domain: "servnest.test."
|
||||
|
|
Loading…
Add table
Reference in a new issue