From ca54fb9f56a4364a89253f6a645dddb7702f1615 Mon Sep 17 00:00:00 2001 From: ohdearaugustin Date: Thu, 4 May 2023 00:36:34 +0900 Subject: [PATCH] Revert unix_socket to default value --- config-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-example.yaml b/config-example.yaml index 93aa797a..22cb09a8 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -256,7 +256,7 @@ dns_config: # Unix socket used for the CLI to connect without authentication # Note: for production you will want to set this to something like: -unix_socket: /var/run/headscale/headscale.sock +unix_socket: /var/run/headscale.sock unix_socket_permission: "0770" # # headscale supports experimental OpenID connect support,