update cangelog for server request logging

This commit is contained in:
Benjamin Fry 2021-09-20 12:32:29 -07:00
parent d9dcd8bfb0
commit af7b3dfe7e
2 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,7 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or
- (server) Multiple queries in a message will always result in a FormError now #1554
- (server) `ServerFuture` and other `Catalog` related API changes #1554
- (server) By default, the server will now only log a single log line based for a given request (debug will be needed for more details) #1554
- (server) `ResponseHandler` now must return a `ResponseInfo` to allow for more consistent logging #1554
- (resolver) Correct behavior around trust_nx_responses (@peterthejohnston) #1556
- (server) `ResponseHandler` trait is now `async_trait`, requires all impls to be annotated with `#[async_trait]` #1550

View File

@ -25,6 +25,16 @@ zone = "0.in-addr.arpa"
zone_type = "Primary"
file = "default/0.zone"
[[zones]]
## zone: this is the ORIGIN of the zone, aka the base name, '.' is implied on the end
zone = "example.com"
## zone_type: Primary, Secondary, Hint, Forward
zone_type = "Primary"
## file: this is relative to the directory above
file = "example.com.zone"
[[zones]]
## zone: this is the ORIGIN of the zone, aka the base name, '.' is implied on the end
## specifying something other than '.' here, will restrict this forwarder to only queries