mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 19:59:28 -05:00
- Fix checkconf test for dnscrypt and proxy port.
This commit is contained in:
parent
6b8181acb7
commit
d122617dd4
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
- Use DEBUG_TDIR from environment in mini_tdir.sh for debugging.
|
||||
- Fix string comparison in mini_tdir.sh.
|
||||
- Make ede.tdir test more predictable by using static data.
|
||||
- Fix checkconf test for dnscrypt and proxy port.
|
||||
|
||||
4 October 2022: George
|
||||
- Merge #764: Leniency for target discovery when under load (for
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@ server:
|
|||
interface: 127.0.0.1
|
||||
proxy-protocol-port: 53
|
||||
dnscrypt:
|
||||
dnscrypt-port: 53
|
||||
dnscrypt-enable: yes
|
||||
dnscrypt-port: 53
|
||||
|
|
|
|||
Loading…
Reference in a new issue