Changelog note for #519 and example.conf edit

- Merge #519: Support for selective enabling tcp-upstream for
  stub/forward zones.
- For #519: note stub-tcp-upstream and forward-tcp-upstream in
  the example configuration file.
This commit is contained in:
W.C.A. Wijngaards 2021-08-12 15:05:51 +02:00
parent 0ace659fe2
commit 6bee3e77fc
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,10 @@
- Add test tool readzone to .gitignore. - Add test tool readzone to .gitignore.
- Merge #521: Update mini_event.c. - Merge #521: Update mini_event.c.
- Merge #523: fix: free() call more than once with the same pointer. - Merge #523: fix: free() call more than once with the same pointer.
- Merge #519: Support for selective enabling tcp-upstream for
stub/forward zones.
- For #519: note stub-tcp-upstream and forward-tcp-upstream in
the example configuration file.
5 August 2021: Wouter 5 August 2021: Wouter
- Tag for 1.13.2rc1 release. - Tag for 1.13.2rc1 release.

View file

@ -987,6 +987,7 @@ remote-control:
# stub-addr: 192.0.2.68 # stub-addr: 192.0.2.68
# stub-prime: no # stub-prime: no
# stub-first: no # stub-first: no
# stub-tcp-upstream: no
# stub-tls-upstream: no # stub-tls-upstream: no
# stub-no-cache: no # stub-no-cache: no
# stub-zone: # stub-zone:
@ -1004,6 +1005,7 @@ remote-control:
# forward-addr: 192.0.2.68 # forward-addr: 192.0.2.68
# forward-addr: 192.0.2.73@5355 # forward to port 5355. # forward-addr: 192.0.2.73@5355 # forward to port 5355.
# forward-first: no # forward-first: no
# forward-tcp-upstream: no
# forward-tls-upstream: no # forward-tls-upstream: no
# forward-no-cache: no # forward-no-cache: no
# forward-zone: # forward-zone: