1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-14 13:51:01 +02:00

removed the sock related doc

This commit is contained in:
XN 2023-05-11 10:06:38 +08:00 committed by GitHub
parent 6e8e5bd390
commit f2dfe5b0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,6 @@ db_type: sqlite3
db_path: /etc/headscale/db.sqlite
```
Change the `unix_socket: /var/run/headscale/headscale.sock` to `unix_socket: ./headscale.sock` for gRPC socket if you encounter `Error starting server error="failed to set up gRPC socket` related error
4. Start the headscale server while working in the host headscale directory:
```shell