What if I hate YAML?
Even though our documentation uses YAML, Hysteria has full support for JSON and TOML as well.
Examples
Make sure the file extension matches the format you're using. Run the client with the following command:
Conversion
If you already have a YAML configuration file, you can convert it to JSON using yq
(https://github.com/mikefarah/yq):
There are also some websites:
- YAML to JSON: https://www.convertsimple.com/convert-yaml-to-json/
- YAML to TOML: https://www.convertsimple.com/convert-yaml-to-toml/