mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
CustomSockopt: Add confusing android system
This commit is contained in:
@@ -256,7 +256,7 @@ PS: 如果有正常上网的域名流量被 AsIs 的 freedom 出站送过来,
|
||||
|
||||
> `system`: ""
|
||||
|
||||
可选,指定生效的系统,如果运行的系统不匹配则跳过该 sockopt. 目前可选 `linux` `windows` `darwin` (全部小写). 若留空则直接执行
|
||||
可选,指定生效的系统,使用小写,如果运行的系统不匹配则跳过该 sockopt,若留空则直接执行。目前可选 `linux` `windows` `darwin` `android` (只在使用专门的 Android 构建时才使用 `android`,在安卓上运行 Linux 构建仍是 `linux`)
|
||||
|
||||
> `network`: ""
|
||||
|
||||
|
||||
@@ -252,7 +252,7 @@ Make sure you understand socket programming before using it.
|
||||
|
||||
> `system`: ""
|
||||
|
||||
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.
|
||||
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`).
|
||||
|
||||
> `network`: ""
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ Sockopt используется для настройки низкоуровн
|
||||
|
||||
> `system`: ""
|
||||
|
||||
Необязательный параметр. Ограничивает применение конкретной ОС. Если текущая система не совпадает, эта настройка пропускается. Поддерживаются `linux`, `windows` и `darwin`, все в нижнем регистре. Если поле пустое, настройка применяется напрямую.
|
||||
Необязательный параметр. Ограничивает применение конкретной ОС (в нижнем регистре). Если текущая система не совпадает, эта настройка пропускается. Если поле пустое, настройка применяется напрямую. Поддерживаются `linux`, `windows`, `darwin` и `android` (`android` используется только в специализированных сборках для Android; запуск сборки Linux на Android по-прежнему считается как `linux`).
|
||||
|
||||
> `network`: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user