From: Aleš Mrázek Date: Thu, 12 Sep 2024 20:45:16 +0000 (+0200) Subject: doc/_static/config.schema.json: update X-Git-Tag: v6.0.9~9^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=796bcb13d132c05e6cbef9ac01f0c2a4141152d0;p=thirdparty%2Fknot-resolver.git doc/_static/config.schema.json: update --- diff --git a/doc/_static/config.schema.json b/doc/_static/config.schema.json index 989aaf62e..036a3ce01 100644 --- a/doc/_static/config.schema.json +++ b/doc/_static/config.schema.json @@ -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 } },