mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix test for stat_values for wait limit defaults for localhost.
This commit is contained in:
parent
9939d5cdb0
commit
53ecdb25ef
2 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- Fix wait-limit-netblock and wait-limit-cookie-netblock config parse
|
||||
to allow two arguments.
|
||||
- Fix ub_event and include dnstap and win_svc headers.
|
||||
- Fix test for stat_values for wait limit defaults for localhost.
|
||||
|
||||
2 April 2025: Yorgos
|
||||
- Merge #1262 from markyang92, fix build with
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ server:
|
|||
|
||||
discard-timeout: 800
|
||||
wait-limit: 1
|
||||
wait-limit-netblock: 127.0.0.0/8 1
|
||||
wait-limit-netblock: ::1/128 1
|
||||
infra-cache-min-rtt: 3000 # This is for the discard-timeout test
|
||||
|
||||
remote-control:
|
||||
|
|
|
|||
Loading…
Reference in a new issue