]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: update json schema docs-develop-root-l008oh/deployments/6467 root-fallback-addresses
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 24 Mar 2025 10:03:58 +0000 (11:03 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 25 Mar 2025 13:25:48 +0000 (14:25 +0100)
doc/_static/config.schema.json

index 0bedbbc4ed1b314e73bd6539b33142f0148b0452..4f4679f5ae5ae79c36b150d30d361dc4447c7ff7 100644 (file)
                     "description": "Use NODATA synthesis. NODATA will be synthesised for matching name, but mismatching type(e.g. AAAA query when only A exists).",
                     "default": true
                 },
-                "root-fallback-addresses": {
-                    "type": [
-                        "object",
-                        "null"
-                    ],
-                    "additionalProperties": {
-                        "anyOf": [
-                            {
-                                "type": "array",
-                                "items": {
-                                    "anyOf": [
-                                        {
-                                            "type": "string"
-                                        },
-                                        {
-                                            "type": "string"
-                                        }
-                                    ]
-                                }
-                            },
-                            {
-                                "type": "string"
-                            },
-                            {
-                                "type": "string"
-                            }
-                        ]
-                    },
-                    "description": "Direct replace of root hints.",
-                    "default": null
-                },
-                "root-fallback-addresses-files": {
-                    "type": [
-                        "array",
-                        "null"
-                    ],
-                    "items": {
-                        "type": "string"
-                    },
-                    "description": "Direct replace of root hints from a zonefile.",
-                    "default": null
-                },
                 "addresses": {
                     "type": [
                         "object",
             "default": {
                 "ttl": null,
                 "nodata": true,
-                "root_fallback_addresses": null,
-                "root_fallback_addresses_files": null,
                 "addresses": null,
                 "addresses_files": null,
                 "records": null,