docs: add ipv6 ptr record example
This commit is contained in:
parent
07dd7354d9
commit
0ec2e72aef
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ unbound_zones:
|
||||||
weight: 60
|
weight: 60
|
||||||
port: 5060
|
port: 5060
|
||||||
value: "server1.internal.example.com"
|
value: "server1.internal.example.com"
|
||||||
|
|
||||||
|
# PTR record (manual reverse DNS)
|
||||||
|
- 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"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported Record Types
|
## Supported Record Types
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue