Remove the legacy reverse proxy

This commit is contained in:
Meow
2026-05-08 01:52:44 +08:00
parent 188952375c
commit 78c724f9cc
12 changed files with 12 additions and 21 deletions
-1
View File
@@ -35,7 +35,6 @@ export const sidebar: DefaultTheme.Config["sidebar"] = {
{ text: "Inbounds", link: "/en/config/inbound.md" },
{ text: "Outbounds (Mux, XUDP)", link: "/en/config/outbound.md" },
{ text: "Local Policy", link: "/en/config/policy.md" },
{ text: "Reverse Proxy", link: "/en/config/reverse.md" },
{ text: "Routing", link: "/en/config/routing.md" },
{ text: "Statistics", link: "/en/config/stats.md" },
{
-1
View File
@@ -29,7 +29,6 @@ export const sidebar: DefaultTheme.Config["sidebar"] = {
{ text: "入站代理", link: "/config/inbound.md" },
{ text: "出站代理(Mux、XUDP", link: "/config/outbound.md" },
{ text: "本地策略", link: "/config/policy.md" },
{ text: "反向代理", link: "/config/reverse.md" },
{ text: "路由", link: "/config/routing.md" },
{ text: "统计信息", link: "/config/stats.md" },
{
-1
View File
@@ -44,7 +44,6 @@ export const sidebar: DefaultTheme.Config["sidebar"] = {
link: "/ru/config/outbound.md"
},
{ text: "Локальные политики", link: "/ru/config/policy.md" },
{ text: "Обратный прокси", link: "/ru/config/reverse.md" },
{ text: "Маршрутизация", link: "/ru/config/routing.md" },
{ text: "Статистика", link: "/ru/config/stats.md" },
{
-5
View File
@@ -19,7 +19,6 @@ Xray 的配置文件为 json 格式, 客户端和服务端的配置格式没有
"outbounds": [],
"transport": {},
"stats": {},
"reverse": {},
"fakedns": {},
"metrics": {},
"observatory": {},
@@ -104,10 +103,6 @@ Xray 的配置文件为 json 格式, 客户端和服务端的配置格式没有
用于配置流量数据的统计。
> reverse: [ReverseObject](./reverse.md)
反向代理。可以把服务器端的流量向客户端转发,即逆向流量转发。
> fakedns: [FakeDnsObject](./fakedns.md)
FakeDNS 配置。可配合透明代理使用,以获取实际域名。
+4
View File
@@ -1,5 +1,9 @@
# 反向代理
::: danger
此功能已废弃,请使用 VLESS 反向代理
:::
反向代理可以把服务器端的流量向客户端转发,即逆向流量转发。
::: tip
-1
View File
@@ -113,7 +113,6 @@ ghcr.io/xtls/xray-core 版本映像:
- 06_outbounds.json
- 07_transport.json
- 08_stats.json
- 09_reverse.json
- `/usr/local/share/xray/`:资源文件目录,存放了 Loyalsoldier 版本地理位置数据文件(权限同上)
- geoip.dat
- geosite.dat
-5
View File
@@ -19,7 +19,6 @@ The format is as follows:
"outbounds": [],
"transport": {},
"stats": {},
"reverse": {},
"fakedns": {},
"metrics": {},
"observatory": {},
@@ -103,10 +102,6 @@ Used to configure how Xray establishes and uses network connections with other s
Used to configure traffic statistics.
> reverse: [ReverseObject](./reverse.md)
Reverse proxy. Can forward server-side traffic to the client, i.e., reverse traffic forwarding.
> fakedns: [FakeDnsObject](./fakedns.md)
FakeDNS configuration. Can be used with transparent proxies to obtain the actual domain name.
+4
View File
@@ -1,5 +1,9 @@
# Reverse Proxy
::: danger
This feature has been deprecated. Please use the VLESS reverse proxy.
:::
A reverse proxy can forward traffic from the server side to the client side, effectively performing reverse traffic forwarding.
::: tip
-1
View File
@@ -110,7 +110,6 @@ ghcr.io/xtls/xray-core version image:
- 06_outbounds.json
- 07_transport.json
- 08_stats.json
- 09_reverse.json
- `/usr/local/share/xray/`: Resource file directory, stores Loyalsoldier version geolocation data files (Permissions same as above)
- geoip.dat
- geosite.dat
-5
View File
@@ -19,7 +19,6 @@
"outbounds": [],
"transport": {},
"stats": {},
"reverse": {},
"fakedns": {},
"metrics": {},
"observatory": {},
@@ -106,10 +105,6 @@
Используется для настройки сбора статистики трафика.
> reverse: [ReverseObject](./reverse.md)
Обратный прокси. Позволяет перенаправлять трафик с сервера на клиент, т.е. перенаправлять трафик в обратном направлении.
> fakedns: [FakeDnsObject](./fakedns.md)
Настройка FakeDNS. Может использоваться совместно с прозрачным проксированием для получения фактических доменных имен.
+4
View File
@@ -1,5 +1,9 @@
# Обратный прокси
::: danger
Эта функция устарела. Пожалуйста, используйте обратный прокси-сервер VLESS.
:::
Обратный прокси может перенаправлять трафик с сервера на клиент, то есть выполнять обратную переадресацию трафика.
::: tip
-1
View File
@@ -106,7 +106,6 @@ Xray предлагает два способа проверки:
- 06_outbounds.json
- 07_transport.json
- 08_stats.json
- 09_reverse.json
- `/usr/local/share/xray/`: Каталог с файлами ресурсов, содержит файлы геолокационных данных от Loyalsoldier (права доступа те же, что и выше)
- geoip.dat
- geosite.dat