From 23c4faca9d32b0abbb6e179aa1aadc45ac53a916 Mon Sep 17 00:00:00 2001 From: Janik at Cloudflare Date: Fri, 18 Dec 2020 19:16:09 +0000 Subject: [PATCH] Fix comment about SVCB values in AliasMode (#1202) Automatically submitted. --- svcb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svcb.go b/svcb.go index f44dc67d..1373fe21 100644 --- a/svcb.go +++ b/svcb.go @@ -204,7 +204,7 @@ type SVCB struct { Hdr RR_Header Priority uint16 Target string `dns:"domain-name"` - Value []SVCBKeyValue `dns:"pairs"` // Value must be empty if Priority is non-zero. + Value []SVCBKeyValue `dns:"pairs"` // Value must be empty if Priority is zero. } // HTTPS RR. Everything valid for SVCB applies to HTTPS as well.