We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3cf74 commit d2a86b1Copy full SHA for d2a86b1
.prettierignore
@@ -1,3 +1,4 @@
1
.github/workflows/test-integration-v2*
2
docs/about/features.md
3
+docs/ref/configuration.md
4
docs/ref/remote-cli.md
docs/ref/configuration.md
@@ -2,9 +2,9 @@
- Headscale loads its configuration from a YAML file
- It searches for `config.yaml` in the following paths:
5
- - `/etc/headscale`
6
- - `$HOME/.headscale`
7
- - the current working directory
+ - `/etc/headscale`
+ - `$HOME/.headscale`
+ - the current working directory
8
- Use the command line flag `-c`, `--config` to load the configuration from a different path
9
- Validate the configuration file with: `headscale configtest`
10
0 commit comments