From: Frantisek Tobias Date: Wed, 7 Jan 2026 15:15:19 +0000 (+0100) Subject: doc/schema: add DoQ options X-Git-Tag: v6.2.0~2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd2fc2ce9a644e2c72f97308e3e1685c7142198;p=thirdparty%2Fknot-resolver.git doc/schema: add DoQ options --- diff --git a/doc/_static/config.schema.json b/doc/_static/config.schema.json index 70786d74b..b934f0982 100644 --- a/doc/_static/config.schema.json +++ b/doc/_static/config.schema.json @@ -324,36 +324,6 @@ "padding": true } }, - "quic": { - "description": "DNS over QUIC configuration.", - "type": "object", - "properties": { - "max-conns": { - "type": "integer", - "minimum": 1, - "maximum": 4096, - "description": "Maximum number of active connections a single worker is allowed to accept.", - "default": 1024 - }, - "max-streams": { - "type": "integer", - "minimum": 1, - "maximum": 4096, - "description": "Maximum number of concurrent streams a connection is allowed to open.", - "default": 1024 - }, - "require-retry": { - "type": "boolean", - "description": "Require address validation for unknown source addresses. Adds a 1-RTT delay to connection establishment.", - "default": false - } - }, - "default": { - "max_conns": 1024, - "max_streams": 1024, - "require_retry": false - } - }, "proxy-protocol": { "description": "PROXYv2 protocol configuration.", "type": "object", @@ -390,6 +360,36 @@ "allow": null } }, + "quic": { + "description": "DNS over QUIC configuration.", + "type": "object", + "properties": { + "max-conns": { + "type": "integer", + "minimum": 1, + "maximum": 4096, + "description": "Maximum number of active connections a single worker is allowed to accept.", + "default": 1024 + }, + "max-streams": { + "type": "integer", + "minimum": 1, + "maximum": 4096, + "description": "Maximum number of concurrent streams a connection is allowed to open.", + "default": 1024 + }, + "require-retry": { + "type": "boolean", + "description": "Require address validation for unknown source addresses. Adds a 1-RTT delay to connection establishment.", + "default": false + } + }, + "default": { + "max_conns": 1024, + "max_streams": 1024, + "require_retry": false + } + }, "listen": { "type": "array", "items": { @@ -513,15 +513,15 @@ "sticket_secret_file": null, "padding": true }, + "proxy_protocol": { + "enable": false, + "allow": null + }, "quic": { "max_conns": 1024, "max_streams": 1024, "require_retry": false }, - "proxy_protocol": { - "enable": false, - "allow": null - }, "listen": [ { "interface": [