2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3609] Checkpoint: doing syntax

This commit is contained in:
Francis Dupont
2024-11-15 11:16:11 +01:00
parent 3193b4f7b4
commit fc3a84eb29
11 changed files with 76 additions and 6 deletions

View File

@@ -142,6 +142,21 @@
// means they are optional.
"cert-required": true,
// Extra HTTP headers to add in responses.
"http-headers":
[
{
// Optional user context.
"user-context": { "comment": "HSTS header" },
// Required HTTP header name.
"name": "Strict-Transport-Security",
// Required HTTP header value.
"value": "max-age=31536000"
}
],
// Optional authentication.
"authentication": {