clarify tls_domain selection guidance

This commit is contained in:
sabraman 2026-03-23 01:09:19 +03:00
parent e35d69c61f
commit b45fb0817b
2 changed files with 3 additions and 2 deletions

View File

@ -245,7 +245,7 @@ This document lists all configuration keys accepted by `config.toml`.
| Parameter | Type | Default | Constraints / validation | Description | | 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. | | tls_domains | `String[]` | `[]` | — | Additional TLS domains for generating multiple links. |
| mask | `bool` | `true` | — | Enables masking/fronting relay mode. | | mask | `bool` | `true` | — | Enables masking/fronting relay mode. |
| mask_host | `String \| null` | `null` | — | Upstream mask host for TLS fronting relay. | | mask_host | `String \| null` | `null` | — | Upstream mask host for TLS fronting relay. |

View File

@ -94,7 +94,8 @@ then Ctrl+S -> Ctrl+X to save
> [!WARNING] > [!WARNING]
> Replace the value of the hello parameter with the value you obtained in step 0. > 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.
--- ---