summaryrefslogtreecommitdiffstats
path: root/src/libknot/consts.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:43:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:43:25 +0000
commit2a01f556851c7462378e5e0d5d83d54b1c4f1ce7 (patch)
tree4861e1e5f7c476364c13c560f283ffd1f646e195 /src/libknot/consts.h
parentAdding debian version 3.3.7-1. (diff)
downloadknot-2a01f556851c7462378e5e0d5d83d54b1c4f1ce7.tar.xz
knot-2a01f556851c7462378e5e0d5d83d54b1c4f1ce7.zip
Merging upstream version 3.3.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libknot/consts.h')
-rw-r--r--src/libknot/consts.h6
1 files changed, 4 insertions, 2 deletions
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. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2024 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
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;
/*! @} */