sing-box/docs/configuration/inbound/shadowtls.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

### Structure
```json
{
"type": "shadowtls",
"tag": "st-in",
... // Listen Fields
2023-02-18 11:27:22 +00:00
"version": 3,
2022-10-06 14:51:51 +00:00
"password": "fuck me till the daylight",
"handshake": {
"server": "google.com",
"server_port": 443,
... // Dial Fields
}
}
```
### Listen Fields
See [Listen Fields](/configuration/shared/listen) for details.
### Fields
2022-10-06 14:51:51 +00:00
#### version
ShadowTLS protocol version.
| Value | Protocol Version |
|---------------|-----------------------------------------------------------------------------------------|
| `1` (default) | [ShadowTLS v1](https://github.com/ihciah/shadow-tls/blob/master/docs/protocol-en.md#v1) |
| `2` | [ShadowTLS v2](https://github.com/ihciah/shadow-tls/blob/master/docs/protocol-en.md#v2) |
2023-02-18 11:27:22 +00:00
| `3` | [ShadowTLS v3](https://github.com/ihciah/shadow-tls/blob/master/docs/protocol-v3-en.md) |
2022-10-06 14:51:51 +00:00
#### password
Set password.
2023-02-18 11:27:22 +00:00
Only available in the ShadowTLS v2/v3 protocol.
2022-10-06 14:51:51 +00:00
#### handshake
==Required==
2022-10-06 14:51:51 +00:00
Handshake server address and [Dial options](/configuration/shared/dial).