mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +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
|
||||
{
|
||||
"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": {
|
||||
"domains": [
|
||||
"your.domain.com",
|
||||
|
@ -257,7 +257,7 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452
|
|||
```json5
|
||||
{
|
||||
"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
|
||||
"down_mbps": 50, // Max download Mbps
|
||||
"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)
|
||||
- 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)
|
||||
- peer: SNI for TLS (optional)
|
||||
- insecure: ignore certificate errors (optional)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue