mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-05 05:27:40 +03:00
docs: wechat-video
This commit is contained in:
parent
44adf006cc
commit
0fb0b4e6ec
2 changed files with 6 additions and 6 deletions
|
@ -155,7 +155,7 @@ encryption. If you need a proxy, just use our proxy modes.
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
"listen": ":36712", // Listen address
|
"listen": ":36712", // Listen address
|
||||||
"protocol": "faketcp", // Blank or "udp" for UDP mode, "faketcp" for TCP "masquerade", see below for details
|
"protocol": "faketcp", // Blank, "udp", "wechat-video", "faketcp"
|
||||||
"acme": {
|
"acme": {
|
||||||
"domains": [
|
"domains": [
|
||||||
"your.domain.com",
|
"your.domain.com",
|
||||||
|
@ -257,7 +257,7 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
"server": "example.com:36712", // Server address
|
"server": "example.com:36712", // Server address
|
||||||
"protocol": "faketcp", // Blank or "udp" for UDP mode, "faketcp" for TCP "masquerade", see below for details
|
"protocol": "faketcp", // Blank, "udp", "wechat-video", "faketcp"
|
||||||
"up_mbps": 10, // Max upload Mbps
|
"up_mbps": 10, // Max upload Mbps
|
||||||
"down_mbps": 50, // Max download Mbps
|
"down_mbps": 50, // Max download Mbps
|
||||||
"socks5": {
|
"socks5": {
|
||||||
|
@ -392,7 +392,7 @@ Third party clients looking to implement a "share by link" feature are advised t
|
||||||
|
|
||||||
- host: hostname or IP address of the server to connect to (required)
|
- host: hostname or IP address of the server to connect to (required)
|
||||||
- port: port of the server to connect to (required)
|
- port: port of the server to connect to (required)
|
||||||
- protocol: protocol to use ("udp" or "faketcp") (optional, default: "udp")
|
- protocol: protocol to use ("udp", "wechat-video", "faketcp") (optional, default: "udp")
|
||||||
- auth: authentication payload (string) (optional)
|
- auth: authentication payload (string) (optional)
|
||||||
- peer: SNI for TLS (optional)
|
- peer: SNI for TLS (optional)
|
||||||
- insecure: ignore certificate errors (optional)
|
- insecure: ignore certificate errors (optional)
|
||||||
|
|
|
@ -141,7 +141,7 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
"listen": ":36712", // 监听地址
|
"listen": ":36712", // 监听地址
|
||||||
"protocol": "faketcp", // 留空或 "udp" 为 UDP 模式,"faketcp" 为伪装 TCP 模式,详情见下
|
"protocol": "faketcp", // 留空或 "udp", "wechat-video", "faketcp"
|
||||||
"acme": {
|
"acme": {
|
||||||
"domains": [
|
"domains": [
|
||||||
"your.domain.com",
|
"your.domain.com",
|
||||||
|
@ -242,7 +242,7 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
"server": "example.com:36712", // 服务器地址
|
"server": "example.com:36712", // 服务器地址
|
||||||
"protocol": "faketcp", // 留空或 "udp" 为 UDP 模式,"faketcp" 为伪装 TCP 模式,详情见下
|
"protocol": "faketcp", // 留空或 "udp", "wechat-video", "faketcp"
|
||||||
"up_mbps": 10, // 最大上传速度
|
"up_mbps": 10, // 最大上传速度
|
||||||
"down_mbps": 50, // 最大下载速度
|
"down_mbps": 50, // 最大下载速度
|
||||||
"socks5": {
|
"socks5": {
|
||||||
|
@ -370,7 +370,7 @@ ACL 在服务端和客户端都可以使用。在服务端可以用来实现限
|
||||||
|
|
||||||
- host: hostname or IP address of the server to connect to (required)
|
- host: hostname or IP address of the server to connect to (required)
|
||||||
- port: port of the server to connect to (required)
|
- port: port of the server to connect to (required)
|
||||||
- protocol: protocol to use ("udp" or "faketcp") (optional, default: "udp")
|
- protocol: protocol to use ("udp", "wechat-video", "faketcp") (optional, default: "udp")
|
||||||
- auth: authentication payload (string) (optional)
|
- auth: authentication payload (string) (optional)
|
||||||
- peer: SNI for TLS (optional)
|
- peer: SNI for TLS (optional)
|
||||||
- insecure: ignore certificate errors (optional)
|
- insecure: ignore certificate errors (optional)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue