From 3b61f50fa9c53506dc2b8b5b3a8fa0454893c5de Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 3 Jan 2021 18:12:30 +0100 Subject: [PATCH] Add NOT_READY --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5e76f491..fba944a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 relays and servers are on distinct networks. - 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 permissions are incorrect and cache files cannot be written. - macOS/arm64 is now officially supported.