Add NOT_READY

This commit is contained in:
Frank Denis 2021-01-03 18:12:30 +01:00
parent daa1f3d3b1
commit 3b61f50fa9
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ servers is also supported with the new `-resolve name,address` syntax.
is used, either for the list of servers or relays, the proxy ensures that is used, either for the list of servers or relays, the proxy ensures that
relays and servers are on distinct networks. relays and servers are on distinct networks.
- Lying resolvers are detected and reported. - Lying resolvers are detected and reported.
- New return code: `NOT_READY` for queries received before the proxy has
been initialized.
- Server lists can't be older than a week any more, even if directory - Server lists can't be older than a week any more, even if directory
permissions are incorrect and cache files cannot be written. permissions are incorrect and cache files cannot be written.
- macOS/arm64 is now officially supported. - macOS/arm64 is now officially supported.