Skip to content

Commit

Permalink
fix: added vless kcp notls for farsi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtheted authored Jul 25, 2024
1 parent cb42053 commit 11708c1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions marzban/fa/docs/xray-inbounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,48 @@ title: اینباندهای Xray
```
:::

::: details VLESS KCP NoTLS
::: code-group
```json
{
"tag": "VLESS KCP NoTLS",
"listen": "0.0.0.0",
"port": 8080,
"protocol": "vless",
"settings": {
"clients": [],
"decryption": "none"
},
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"mtu": 1350,
"tti": 20,
"uplinkCapacity": 5,
"downlinkCapacity": 20,
"congestion": false,
"readBufferSize": 2,
"writeBufferSize": 2,
"headers": {
"Host": [
""
]
},
"seed": "TED"
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
```
:::

::: details VLESS WS NoTLS
::: code-group
```json
Expand Down

0 comments on commit 11708c1

Please sign in to comment.