diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
commit | 76add172cec4e1c9466dbc1965e2c926ca9184c1 (patch) | |
tree | 43d36cd724b11230cedea4bb315f1c3ca5fc5285 /src/libknot/codes.c | |
parent | Adding upstream version 3.3.7. (diff) | |
download | knot-76add172cec4e1c9466dbc1965e2c926ca9184c1.tar.xz knot-76add172cec4e1c9466dbc1965e2c926ca9184c1.zip |
Adding upstream version 3.3.8.upstream/3.3.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libknot/codes.c')
-rw-r--r-- | src/libknot/codes.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libknot/codes.c b/src/libknot/codes.c index 9027e6f..7a0a170 100644 --- a/src/libknot/codes.c +++ b/src/libknot/codes.c @@ -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 @@ -126,6 +126,8 @@ const knot_lookup_t knot_svcb_param_names[] = { { KNOT_SVCB_PARAM_IPV4HINT, "ipv4hint" }, { KNOT_SVCB_PARAM_ECH, "ech" }, { KNOT_SVCB_PARAM_IPV6HINT, "ipv6hint" }, + { KNOT_SVCB_PARAM_DOHPATH, "dohpath" }, + { KNOT_SVCB_PARAM_OHTTP, "ohttp" }, { 0, NULL } }; @@ -139,4 +141,5 @@ const knot_lookup_t knot_edns_opt_names[] = { { KNOT_EDNS_OPTION_PADDING, "PADDING" }, { KNOT_EDNS_OPTION_CHAIN, "CHAIN" }, { KNOT_EDNS_OPTION_EDE, "EDE" }, + { 0, NULL } }; |