Skip to content

Commit d93ce61

Browse files
committed
CustomSockopt: Add confusing android system
1 parent 3e0967c commit d93ce61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/config/transports/sockopt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ PS: 如果有正常上网的域名流量被 AsIs 的 freedom 出站送过来,
256256

257257
> `system`: ""
258258
259-
可选,指定生效的系统,如果运行的系统不匹配则跳过该 sockopt. 目前可选 `linux` `windows` `darwin` (全部小写). 若留空则直接执行
259+
可选,指定生效的系统,使用小写,如果运行的系统不匹配则跳过该 sockopt,若留空则直接执行。目前可选 `linux` `windows` `darwin` `android` (只在使用专门的 Android 构建时才使用 `android`,在安卓上运行 Linux 构建仍是 `linux`
260260

261261
> `network`: ""
262262

docs/en/config/transports/sockopt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Make sure you understand socket programming before using it.
252252

253253
> `system`: ""
254254
255-
Optional. Restricts the option to a specific operating system. If the current system does not match, the option is skipped. Supported values are `linux`, `windows`, and `darwin`, all in lowercase. If left empty, the option is applied directly.
255+
Optional. Restricts the option to a specific operating system, using lowercase. If the current system does not match, the option is skipped. If left empty, the option is applied directly. Supported values are `linux`, `windows`, `darwin`, and `android` (`android` is only for dedicated Android builds; running a Linux build on Android still counts as `linux`).
256256

257257
> `network`: ""
258258

docs/ru/config/transports/sockopt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Sockopt используется для настройки низкоуровн
250250

251251
> `system`: ""
252252
253-
Необязательный параметр. Ограничивает применение конкретной ОС. Если текущая система не совпадает, эта настройка пропускается. Поддерживаются `linux`, `windows` и `darwin`, все в нижнем регистре. Если поле пустое, настройка применяется напрямую.
253+
Необязательный параметр. Ограничивает применение конкретной ОС (в нижнем регистре). Если текущая система не совпадает, эта настройка пропускается. Если поле пустое, настройка применяется напрямую. Поддерживаются `linux`, `windows`, `darwin` и `android` (`android` используется только в специализированных сборках для Android; запуск сборки Linux на Android по-прежнему считается как `linux`).
254254

255255
> `network`: ""
256256

0 commit comments

Comments
 (0)