docs: improve readability

This commit is contained in:
Simon Cornet 2026-05-06 17:03:41 +02:00
commit 26852d22ac

View file

@ -87,13 +87,5 @@ Reverse DNS (PTR) records are **automatically generated** for IPv4 A records in
- `10.8.x.x/16`
- `10.0.x.x/16`
**IPv6 reverse DNS is not auto-generated.** Use manual PTR records in a dedicated zone instead:
```yaml
- zone: "8.b.d.0.1.0.0.2.ip6.arpa"
type: "static"
records:
- name: "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa"
type: "PTR"
value: "server1.internal.example.com"
```
**IPv6 reverse DNS is not auto-generated.**
Use manual PTR records in a dedicated zone instead.