mirror of
https://github.com/XrayR-project/XrayR-doc.git
synced 2025-06-10 14:39:52 +00:00
docs: update sspanel custom config & fix typo
This commit is contained in:
parent
8555c3c5e8
commit
cb74887d69
@ -13,14 +13,10 @@
|
||||
|
||||
* [配置文件说明](xrayr-pei-zhi-wen-jian-shuo-ming/config.md)
|
||||
|
||||
## 对接SSpanel
|
||||
## 对接SSPanel
|
||||
|
||||
* [基本对接配置](dui-jie-sspanel/sspanel/README.md)
|
||||
* [对接新版SSPanel Custom Config](dui-jie-sspanel/sspanel/sspanel_custom_config.md)
|
||||
* [对接V2ray](dui-jie-sspanel/sspanel/v2ray.md)
|
||||
* [对接Trojan](dui-jie-sspanel/sspanel/trojan.md)
|
||||
* [对接Shadowsocks](dui-jie-sspanel/sspanel/shadowsocks.md)
|
||||
* [对接Shadowsocks - V2Ray-Plugin](dui-jie-sspanel/sspanel/dui-jie-shadowsocks-v2rayplugin.md)
|
||||
* [对接 Custom Config](dui-jie-sspanel/sspanel/sspanel_custom_config.md)
|
||||
|
||||
## 对接V2board
|
||||
|
||||
|
@ -4,5 +4,5 @@
|
||||
|
||||
配置文件详见:[配置文件说明](../../xrayr-pei-zhi-wen-jian-shuo-ming/config.md)
|
||||
|
||||
1. 对于sspanel >= 2021.11的版本中自动启用Custom_config的配置方法,请查看[SSPanel Custom Config](sspanel_custom_config.md),正确配置结点信息。关于订阅相关信息,请查看SSPanel相关文档:https://wiki.sspanel.org/#/universal-subscription。
|
||||
2. 如果不想使用custom config,请在`ApiConfig`中将`DisableCustomConfig`设为`true`。同时参照[shadowsocks](shadowsocks.md),[v2ray](v2ray.md)和[trojan](trojan.md)的配置方法,在sspanel地址栏中配置结点信息。
|
||||
1. 对于SSPanel-UIM >= 2021.11的版本中自动启用Custom_config的配置方法,请查看[SSPanel Custom Config](sspanel_custom_config.md),正确配置节点信息。或者查看SSPanel相关文档:[https://wiki.sspanel.org/#/setup-custom-config](https://wiki.sspanel.org/#/setup-custom-config)。
|
||||
2. 如果不想使用 Custom Config,请在`ApiConfig`中将`DisableCustomConfig`设为`true`。同时参照[shadowsocks](shadowsocks.md),[v2ray](v2ray.md)和[trojan](trojan.md)的配置方法,在 SSPanel 地址栏中配置节点信息。在SSPanel-UIM 2022.12.1 版本之后的新订阅系统中,使用节点地址配置的方法已经被弃用,必须使用 Custom Config 配置方法。
|
||||
|
@ -1,7 +1,6 @@
|
||||
# 对接新版SSPanel Custom Config
|
||||
|
||||
对于sspanel >= 2021.11的版本中自动启用Custom_config的配置方法,请查看以下配置,正确配置结点信息。关于订阅相关信息,请查看[SSPanel相关文档](https://wiki.sspanel.org/#/universal-subscription)。
|
||||
如果不想使用custom config,请在`ApiConfig`中将`DisableCustomConfig`设为`true`。
|
||||
对于SSPanel-UIM >= 2021.11的版本中自动启用Custom_config的配置方法,请查看以下配置,正确配置节点信息。或者查看SSPanel相关文档:[https://wiki.sspanel.org/#/setup-custom-config](https://wiki.sspanel.org/#/setup-custom-config)。
|
||||
|
||||
# Shadowsocks
|
||||
```json
|
||||
@ -123,7 +122,7 @@ alterId设为0,则自动启用VMessAEAD。
|
||||
}
|
||||
```
|
||||
|
||||
此时用户连接端口为8888,结点监听端口为12345
|
||||
此时用户连接端口为8888,节点监听端口为12345
|
||||
|
||||
## 启用vless
|
||||
在任一配置中设置`enable_vless: 1`为用户连接端口
|
||||
@ -202,7 +201,7 @@ alterId设为0,则自动启用VMessAEAD。
|
||||
"host": "hk.domain.com"
|
||||
}
|
||||
```
|
||||
此时用户连接443,结点监听12345
|
||||
此时用户连接443,节点监听12345
|
||||
|
||||
## 启用xtls
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user