feat: add srv record support and improved documentation for txt records
This commit is contained in:
parent
9cc6330f85
commit
188b527219
3 changed files with 34 additions and 0 deletions
|
|
@ -20,3 +20,14 @@ unbound_zones:
|
|||
|
||||
- name: "server.example.internal"
|
||||
value: "192.168.1.0"
|
||||
|
||||
- name: "example.internal"
|
||||
type: "TXT"
|
||||
value: "v=spf1 include:example.internal ~all"
|
||||
|
||||
- name: "_sip._tcp.example.internal"
|
||||
type: "SRV"
|
||||
priority: 10
|
||||
weight: 60
|
||||
port: 5060
|
||||
value: "server.example.internal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue