plugin/bind: remove macOS bug mention in docs (#7250)

fixed by updating to miekg/dns@v1.1.65 in #7240

upstream bug was fixed by miekg/dns#1643

Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
This commit is contained in:
Viktor Oreshkin
2025-04-25 20:38:00 +03:00
committed by GitHub
parent 7b60fdf81a
commit 427b406300

View File

@@ -108,6 +108,3 @@ bad.example.com {
forward . 5.6.7.8
}
```
Also on MacOS there is an (open) bug where this doesn't work properly. See
<https://github.com/miekg/dns/issues/724> for details, but no solution.