diff --git a/docs/CONFIG_PARAMS.en.md b/docs/CONFIG_PARAMS.en.md index 3eee3a7..c577006 100644 --- a/docs/CONFIG_PARAMS.en.md +++ b/docs/CONFIG_PARAMS.en.md @@ -245,7 +245,7 @@ This document lists all configuration keys accepted by `config.toml`. | Parameter | Type | Default | Constraints / validation | Description | |---|---|---|---|---| -| tls_domain | `String` | `"petrovich.ru"` | — | Primary TLS domain used in fake TLS handshake profile. | +| tls_domain | `String` | `"petrovich.ru"` | — | Primary TLS domain used in the fake TLS handshake profile. Choose a real HTTPS site that is plausible for your server's region/provider; when `mask_host` is unset it also becomes the default masking upstream host. | | tls_domains | `String[]` | `[]` | — | Additional TLS domains for generating multiple links. | | mask | `bool` | `true` | — | Enables masking/fronting relay mode. | | mask_host | `String \| null` | `null` | — | Upstream mask host for TLS fronting relay. | diff --git a/docs/QUICK_START_GUIDE.en.md b/docs/QUICK_START_GUIDE.en.md index ffb387f..fb5d765 100644 --- a/docs/QUICK_START_GUIDE.en.md +++ b/docs/QUICK_START_GUIDE.en.md @@ -94,7 +94,8 @@ then Ctrl+S -> Ctrl+X to save > [!WARNING] > Replace the value of the hello parameter with the value you obtained in step 0. -> Replace the value of the tls_domain parameter with another website. +> Replace the value of the tls_domain parameter with a real HTTPS site that is plausible for your server's region and hosting provider. +> If you set `mask_host`, keep it aligned with the same donor unless you intentionally route masking traffic elsewhere. ---