JSON merge support

This commit is contained in:
Samuel Huang
2024-08-30 16:24:20 +10:00
parent 13511f80b5
commit 08788f8269
2 changed files with 14 additions and 13 deletions

View File

@@ -85,6 +85,7 @@ server-xray <server-options>
-r|--request-domain <domain-name> Domain name to request for letsencrypt cert
-c|--cert-home <cert-home-dir> Reading TLS certs from folder <cert-home-dir>/<domain-name>/
-i|--stdin Read config from STDIN instead of auto generation
-j|--json '{"log":{"loglevel":"info"}' Json snippet to merge into the config
-d|--debug Start in debug mode with verbose output
```