mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
allow globs in config file paths
The configuration parser will have to be changed again because YAML does not support asterisks in its key names.
This commit is contained in:
parent
49813d0c68
commit
fdca530591
5 changed files with 86 additions and 22 deletions
|
|
@ -14,6 +14,7 @@ Thank you to @gegeweb for contributing to this release.
|
|||
* Disabling support for TLSv1.2 can now be done using the `--only-tls13` flag, but this is *NOT RECOMMENDED* (#12).
|
||||
* The tools now also contain a startup script for FreeBSD (#13).
|
||||
* Using central config mode (flag `-C`), all configuration can be done in one `.meta` file (see README.md for details).
|
||||
* The `.meta` configuration file now allows for globs to be used.
|
||||
|
||||
### Changed
|
||||
* The configuration files are now parsed as YAML. The syntax only changes in that a space is now required behind the colon.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue