]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/_static/config.schema.json: update
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 12 Sep 2024 20:45:16 +0000 (22:45 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 30 Sep 2024 09:16:07 +0000 (11:16 +0200)
doc/_static/config.schema.json

index 989aaf62e9293695b640e00897c1ae32031ee1f4..036a3ce01b2b0bc30834cc509e157b084b06f394 100644 (file)
@@ -29,7 +29,7 @@
         "rundir": {
             "type": "string",
             "description": "Directory where the resolver can create files and which will be it's cwd.",
-            "default": "/var/run/knot-resolver"
+            "default": "/run/knot-resolver"
         },
         "workers": {
             "anyOf": [
@@ -75,7 +75,7 @@
                 }
             },
             "default": {
-                "unix_socket": "/var/run/knot-resolver/kres-api.sock",
+                "unix_socket": "/run/knot-resolver/kres-api.sock",
                 "interface": null
             }
         },