From 2a01f556851c7462378e5e0d5d83d54b1c4f1ce7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Sep 2024 06:43:25 +0200 Subject: Merging upstream version 3.3.8. Signed-off-by: Daniel Baumann --- src/libknot/consts.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/libknot/consts.h') diff --git a/src/libknot/consts.h b/src/libknot/consts.h index e6041b7..f685365 100644 --- a/src/libknot/consts.h +++ b/src/libknot/consts.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2023 CZ.NIC, z.s.p.o. +/* Copyright (C) 2024 CZ.NIC, z.s.p.o. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -148,7 +148,7 @@ typedef enum { /*! * \brief Service Binding (SVCB) Parameter Registry * - * https://tools.ietf.org/html/draft-ietf-dnsop-svcb-https-05 // FIXME + * https://www.iana.org/assignments/dns-svcb/dns-svcb.xhtml */ typedef enum { KNOT_SVCB_PARAM_MANDATORY = 0, @@ -158,6 +158,8 @@ typedef enum { KNOT_SVCB_PARAM_IPV4HINT = 4, KNOT_SVCB_PARAM_ECH = 5, KNOT_SVCB_PARAM_IPV6HINT = 6, + KNOT_SVCB_PARAM_DOHPATH = 7, + KNOT_SVCB_PARAM_OHTTP = 8, } knot_svcb_param_t; /*! @} */ -- cgit v1.2.3