From 4395db32061b0a69bf1711328053aec0c7cabd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 23 Mar 2023 21:23:20 +0800 Subject: [PATCH] documentation: Update set_system_proxy usage --- docs/configuration/inbound/http.md | 4 ++++ docs/configuration/inbound/http.zh.md | 4 ++++ docs/configuration/inbound/mixed.md | 6 +++++- docs/configuration/inbound/mixed.zh.md | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/configuration/inbound/http.md b/docs/configuration/inbound/http.md index 9b1c66fd..dc80cf0a 100644 --- a/docs/configuration/inbound/http.md +++ b/docs/configuration/inbound/http.md @@ -40,4 +40,8 @@ No authentication required if empty. Only supported on Linux, Android, Windows, and macOS. +!!! warning "" + + To work on Android and iOS without privileges, use tun.platform.http_proxy instead. + Automatically set system proxy configuration when start and clean up when stop. diff --git a/docs/configuration/inbound/http.zh.md b/docs/configuration/inbound/http.zh.md index 7e976091..b7228eb9 100644 --- a/docs/configuration/inbound/http.zh.md +++ b/docs/configuration/inbound/http.zh.md @@ -40,4 +40,8 @@ HTTP 用户 仅支持 Linux、Android、Windows 和 macOS。 +!!! warning "" + + 要在无特权的 Android 和 iOS 上工作,请改用 tun.platform.http_proxy。 + 启动时自动设置系统代理,停止时自动清理。 \ No newline at end of file diff --git a/docs/configuration/inbound/mixed.md b/docs/configuration/inbound/mixed.md index ea6eabf6..9e262c7d 100644 --- a/docs/configuration/inbound/mixed.md +++ b/docs/configuration/inbound/mixed.md @@ -37,4 +37,8 @@ No authentication required if empty. Only supported on Linux, Android, Windows, and macOS. -Automatically set system proxy configuration when start and clean up when stop. \ No newline at end of file +!!! warning "" + + To work on Android and iOS without privileges, use tun.platform.http_proxy instead. + +Automatically set system proxy configuration when start and clean up when stop. diff --git a/docs/configuration/inbound/mixed.zh.md b/docs/configuration/inbound/mixed.zh.md index 8af8fea4..8f00af14 100644 --- a/docs/configuration/inbound/mixed.zh.md +++ b/docs/configuration/inbound/mixed.zh.md @@ -37,4 +37,8 @@ SOCKS 和 HTTP 用户 仅支持 Linux、Android、Windows 和 macOS。 +!!! warning "" + + 要在无特权的 Android 和 iOS 上工作,请改用 tun.platform.http_proxy。 + 启动时自动设置系统代理,停止时自动清理。 \ No newline at end of file