From 1ebee70aac8bfaead0d03e273b19a809da164067 Mon Sep 17 00:00:00 2001 From: sabraman Date: Sun, 22 Mar 2026 23:56:25 +0300 Subject: [PATCH] mark prefer_ipv6 deprecated in config docs --- docs/CONFIG_PARAMS.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIG_PARAMS.en.md b/docs/CONFIG_PARAMS.en.md index 3eee3a7..ec874d3 100644 --- a/docs/CONFIG_PARAMS.en.md +++ b/docs/CONFIG_PARAMS.en.md @@ -20,7 +20,7 @@ This document lists all configuration keys accepted by `config.toml`. | Parameter | Type | Default | Constraints / validation | Description | |---|---|---|---|---| | data_path | `String \| null` | `null` | — | Optional runtime data directory path. | -| prefer_ipv6 | `bool` | `false` | — | Prefer IPv6 where applicable in runtime logic. | +| prefer_ipv6 | `bool` | `false` | Deprecated. Use `network.prefer`. | Legacy IPv6 preference switch kept for backward compatibility. | | fast_mode | `bool` | `true` | — | Enables fast-path optimizations for traffic processing. | | use_middle_proxy | `bool` | `true` | none | Enables ME transport mode; if `false`, runtime falls back to direct DC routing. | | proxy_secret_path | `String \| null` | `"proxy-secret"` | Path may be `null`. | Path to Telegram infrastructure proxy-secret file used by ME handshake logic. |