mirror of https://github.com/telemt/telemt.git
[docs] Update CONFIG-PARAMS.en, ru
This commit is contained in:
parent
038f688e75
commit
265478b9ca
|
|
@ -2460,7 +2460,7 @@ Note: This section also accepts the legacy alias `[server.admin_api]` (same sche
|
||||||
| --- | ---- | ------- |
|
| --- | ---- | ------- |
|
||||||
| [`tls_domain`](#cfg-censorship-tls_domain) | `String` | `"petrovich.ru"` |
|
| [`tls_domain`](#cfg-censorship-tls_domain) | `String` | `"petrovich.ru"` |
|
||||||
| [`tls_domains`](#cfg-censorship-tls_domains) | `String[]` | `[]` |
|
| [`tls_domains`](#cfg-censorship-tls_domains) | `String[]` | `[]` |
|
||||||
| [`unknown_sni_action`](#cfg-censorship-unknown_sni_action) | `"drop"` or `"mask"` | `"drop"` |
|
| [`unknown_sni_action`](#cfg-censorship-unknown_sni_action) | `"drop"`, `"mask"`, `"accept"` | `"drop"` |
|
||||||
| [`tls_fetch_scope`](#cfg-censorship-tls_fetch_scope) | `String` | `""` |
|
| [`tls_fetch_scope`](#cfg-censorship-tls_fetch_scope) | `String` | `""` |
|
||||||
| [`tls_fetch`](#cfg-censorship-tls_fetch) | `Table` | built-in defaults |
|
| [`tls_fetch`](#cfg-censorship-tls_fetch) | `Table` | built-in defaults |
|
||||||
| [`mask`](#cfg-censorship-mask) | `bool` | `true` |
|
| [`mask`](#cfg-censorship-mask) | `bool` | `true` |
|
||||||
|
|
@ -2511,7 +2511,7 @@ Note: This section also accepts the legacy alias `[server.admin_api]` (same sche
|
||||||
```
|
```
|
||||||
## "cfg-censorship-unknown_sni_action"
|
## "cfg-censorship-unknown_sni_action"
|
||||||
- `unknown_sni_action`
|
- `unknown_sni_action`
|
||||||
- **Constraints / validation**: `"drop"` or `"mask"`.
|
- **Constraints / validation**: `"drop"`, `"mask"` or `"accept"`.
|
||||||
- **Description**: Action for TLS ClientHello with unknown / non-configured SNI.
|
- **Description**: Action for TLS ClientHello with unknown / non-configured SNI.
|
||||||
- **Example**:
|
- **Example**:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2460,7 +2460,7 @@
|
||||||
| --- | ---- | ------- |
|
| --- | ---- | ------- |
|
||||||
| [`tls_domain`](#cfg-censorship-tls_domain) | `String` | `"petrovich.ru"` |
|
| [`tls_domain`](#cfg-censorship-tls_domain) | `String` | `"petrovich.ru"` |
|
||||||
| [`tls_domains`](#cfg-censorship-tls_domains) | `String[]` | `[]` |
|
| [`tls_domains`](#cfg-censorship-tls_domains) | `String[]` | `[]` |
|
||||||
| [`unknown_sni_action`](#cfg-censorship-unknown_sni_action) | `"drop"` or `"mask"` | `"drop"` |
|
| [`unknown_sni_action`](#cfg-censorship-unknown_sni_action) | `"drop"`, `"mask"`, `"accept"` | `"drop"` |
|
||||||
| [`tls_fetch_scope`](#cfg-censorship-tls_fetch_scope) | `String` | `""` |
|
| [`tls_fetch_scope`](#cfg-censorship-tls_fetch_scope) | `String` | `""` |
|
||||||
| [`tls_fetch`](#cfg-censorship-tls_fetch) | `Table` | built-in defaults |
|
| [`tls_fetch`](#cfg-censorship-tls_fetch) | `Table` | built-in defaults |
|
||||||
| [`mask`](#cfg-censorship-mask) | `bool` | `true` |
|
| [`mask`](#cfg-censorship-mask) | `bool` | `true` |
|
||||||
|
|
@ -2511,7 +2511,7 @@
|
||||||
```
|
```
|
||||||
## "cfg-censorship-unknown_sni_action"
|
## "cfg-censorship-unknown_sni_action"
|
||||||
- `unknown_sni_action`
|
- `unknown_sni_action`
|
||||||
- **Ограничения / валидация**: «капля» или «маска».
|
- **Ограничения / валидация**: «drop», «mask» или «accept».
|
||||||
- **Описание**: Действие для TLS ClientHello с неизвестным/ненастроенным SNI.
|
- **Описание**: Действие для TLS ClientHello с неизвестным/ненастроенным SNI.
|
||||||
- **Пример**:
|
- **Пример**:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue