Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
RManLuo committed Mar 6, 2022
1 parent 76cd603 commit cfc798e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dui-jie-sspanel/sspanel/trojan.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
使用trojan+grpc请升级sspanel至[Anankke/SSPanel-Uim@8f68b63](https://github.com/Anankke/SSPanel-Uim/commit/8f68b6360baf9f6624e1158e3cae81d93d1db107)

```text
示例:gz.aaa.com;port=443|host=gz.aaa.com|grpc=1|servicename=gz.aaa.com
示例:gz.aaa.com;port=443|host=gz.aaa.com|grpc=1|servicename=mygrpc
```

## 中转示例
Expand Down
4 changes: 2 additions & 2 deletions dui-jie-sspanel/sspanel/v2ray.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ ip;12345;0;tls;ws;path=/xxx|server=域名|host=CDN域名|outside_port=443
使用grpc建议升级sspanel至[Anankke/SSPanel-Uim@8f68b63](https://github.com/Anankke/SSPanel-Uim/commit/8f68b6360baf9f6624e1158e3cae81d93d1db107)

```text
ip;12345;0;grpc;tls;host=域名|server=域名|servicename=域名
ip;12345;0;grpc;tls;host=域名|server=域名|servicename=任意字符串
```

```text
示例:1.3.5.7;12345;0;grpc;tls;host=hk.domain.com|server=hk.domain.com|servicename=hk.domain.com
示例:1.3.5.7;12345;0;grpc;tls;host=hk.domain.com|server=hk.domain.com|servicename=mygrpc
```

## 中转端口
Expand Down
6 changes: 5 additions & 1 deletion dui-jie-v2board/v2board.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@

```text
{
"serviceName": "host",
"serviceName": "mygrpc",
}
```

,其中`"name"`换成你的域名,或其他sni分流域名

### 对接vmess+tcp+http

{% hint style="info" %}
原生V2board不支持tcp+http订阅下发,请自行寻找解决方法,或手动配置和客户端文件。
{% endhint %}

在对接vmess+tcp+http时,v2board需要在传输协议配置中增加如下内容:

```text
Expand Down

0 comments on commit cfc798e

Please sign in to comment.