mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-18 18:00:04 +09:00
Fix broken indent
This commit is contained in:
parent
0d3cf74098
commit
d2a86b1ef2
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
.github/workflows/test-integration-v2*
|
.github/workflows/test-integration-v2*
|
||||||
docs/about/features.md
|
docs/about/features.md
|
||||||
|
docs/ref/configuration.md
|
||||||
docs/ref/remote-cli.md
|
docs/ref/remote-cli.md
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
- Headscale loads its configuration from a YAML file
|
- Headscale loads its configuration from a YAML file
|
||||||
- It searches for `config.yaml` in the following paths:
|
- It searches for `config.yaml` in the following paths:
|
||||||
- `/etc/headscale`
|
- `/etc/headscale`
|
||||||
- `$HOME/.headscale`
|
- `$HOME/.headscale`
|
||||||
- the current working directory
|
- the current working directory
|
||||||
- Use the command line flag `-c`, `--config` to load the configuration from a different path
|
- Use the command line flag `-c`, `--config` to load the configuration from a different path
|
||||||
- Validate the configuration file with: `headscale configtest`
|
- Validate the configuration file with: `headscale configtest`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue