docs: improve readability
This commit is contained in:
parent
0ec2e72aef
commit
26852d22ac
1 changed files with 2 additions and 10 deletions
12
readme.md
12
readme.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue