Skip to content

Commit

Permalink
Update README.md explaining AXFR (not) support
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 authored Jan 21, 2025
1 parent ddd790b commit c774a57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ erldns_zone_cache:put_zone({
]}).
```

### AXFR Support

AXFR zone transfers are not currently implemented. The current "implementation" is just a stub.

In order to support it, it might be needed to use a custom record handler that will for example "match" every record when the QTYPE is AXFR (252).

## Metrics

Folsom is used to gather runtime metrics and statistics.
Expand Down

0 comments on commit c774a57

Please sign in to comment.