diff --git a/config-example.yaml b/config-example.yaml index 99ce552be6..00af8984e7 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -257,8 +257,10 @@ 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: ./headscale.sock +unix_socket: /var/run/headscale.sock unix_socket_permission: "0770" + # # headscale supports experimental OpenID connect support, # it is still being tested and might have some bugs, please