mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2025-02-28 15:11:33 +00:00
Fix configuration doc 'yggdrasilctl' references to 'yggdrasil', fix '--param' format
This commit is contained in:
parent
a3c4fdf3ad
commit
2b9c3485a8
@ -23,15 +23,15 @@ Otherwise, you can generate a configuration file in the following ways:
|
||||
|
||||
Yggdrasil can accept a configuration file either through `stdin` or by being given a path on the filesystem to a configuration file:
|
||||
|
||||
- **Using stdin**: `yggdrasilctl --useconf < /etc/yggdrasil.conf`
|
||||
- **Using file:** `yggdrasilctl --useconffile /etc/yggdrasil.conf`
|
||||
- **Using stdin**: `yggdrasil -useconf < /etc/yggdrasil.conf`
|
||||
- **Using file:** `yggdrasil -useconffile /etc/yggdrasil.conf`
|
||||
|
||||
## Normalising Configuration
|
||||
|
||||
If you want to see the original format of the configuration file, or convert between HJSON and JSON formats, you can use the `-normaliseconf` option, e.g.
|
||||
|
||||
- **Convert from HJSON to JSON**: `yggdrasilctl -normaliseconf -useconffile /etc/yggdrasil.conf -json`
|
||||
- **Convert from JSON to HJSON**: `yggdrasilctl -normaliseconf -useconffile /etc/yggdrasil.conf`
|
||||
- **Convert from HJSON to JSON**: `yggdrasil -normaliseconf -useconffile /etc/yggdrasil.conf -json`
|
||||
- **Convert from JSON to HJSON**: `yggdrasil -normaliseconf -useconffile /etc/yggdrasil.conf`
|
||||
|
||||
Normalising the configuration also adds any missing configuration items with their default values. This can be useful when upgrading to a newer version of Yggdrasil that adds new configuration options. Many of our distribution packages normalise the configuration automatically during upgrade.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user