feat: add srv record support and improved documentation for txt records

This commit is contained in:
Simon Cornet 2026-05-06 16:52:59 +02:00
commit 188b527219
3 changed files with 34 additions and 0 deletions

View file

@ -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"