express forbidden_remote_server_names as valid regex #1433

Merged
ginger merged 1 commit from sterzy/continuwuity:sterzy/fix-docs-config into main 2026-02-21 16:27:59 +00:00

1 commit

Author SHA1 Message Date
02f9094965 docs: express forbidden_remote_server_names as valid regex
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Failing after 2m52s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 13m39s
this field expects a regex not a glob, so the correct value should be
".*" if one wants to block all remote server names. otherwise, setting
"*" as documented results in an error on start because the configuration
could not be properly parsed.
2026-02-21 15:12:08 +01:00