mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 14:53:15 -05:00
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:
parent
0ace659fe2
commit
6bee3e77fc
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
- Add test tool readzone to .gitignore.
|
||||
- Merge #521: Update mini_event.c.
|
||||
- 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
|
||||
- Tag for 1.13.2rc1 release.
|
||||
|
|
|
|||
|
|
@ -987,6 +987,7 @@ remote-control:
|
|||
# stub-addr: 192.0.2.68
|
||||
# stub-prime: no
|
||||
# stub-first: no
|
||||
# stub-tcp-upstream: no
|
||||
# stub-tls-upstream: no
|
||||
# stub-no-cache: no
|
||||
# stub-zone:
|
||||
|
|
@ -1004,6 +1005,7 @@ remote-control:
|
|||
# forward-addr: 192.0.2.68
|
||||
# forward-addr: 192.0.2.73@5355 # forward to port 5355.
|
||||
# forward-first: no
|
||||
# forward-tcp-upstream: no
|
||||
# forward-tls-upstream: no
|
||||
# forward-no-cache: no
|
||||
# forward-zone:
|
||||
|
|
|
|||
Loading…
Reference in a new issue