mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix one port unit test for udp-connect.
This commit is contained in:
parent
a69304011a
commit
e78957706c
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
channel.
|
||||
- set version of main branch to 1.13.0 for upcoming release.
|
||||
- iana portlist updated.
|
||||
- Fix one port unit test for udp-connect.
|
||||
|
||||
23 November 2020: George
|
||||
- Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
|
||||
|
|
|
|||
1
testdata/fwd_oneport.tdir/fwd_oneport.conf
vendored
1
testdata/fwd_oneport.tdir/fwd_oneport.conf
vendored
|
|
@ -13,6 +13,7 @@ server:
|
|||
num-queries-per-thread: 1024
|
||||
use-syslog: no
|
||||
do-not-query-localhost: no
|
||||
udp-connect: no
|
||||
forward-zone:
|
||||
name: "."
|
||||
forward-addr: "127.0.0.1@@TOPORT@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue