From d7768a9f17cbbaf97aa50a96ba058f29e12d09c5 Mon Sep 17 00:00:00 2001 From: mbedworth Date: Fri, 19 Jun 2026 15:34:34 -0400 Subject: [PATCH] dns/bind: add SVCB record type to BIND record model Adds SVCB to the Record model OptionValues so RFC 9460/9461 SVCB records (e.g. _dns DDR records for encrypted-DNS discovery) can be created via the plugin GUI/API. BIND 9.18+ supports SVCB natively; the plugin validation rejected the type before it reached named. One-line change, complements the HTTPS record type (#5425). --- dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml b/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml index ccb589cbfa..07b9dbaf10 100644 --- a/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml +++ b/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml @@ -38,6 +38,7 @@ RRSIG SRV SSHFP + SVCB TLSA TXT