mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 13:41:23 +08:00
commit
52c37f7140
13
README.md
13
README.md
@ -175,6 +175,7 @@ Support outbound transport protocol `VLESS`.
|
|||||||
The XTLS support TCP/UDP by the XRAY-CORE.
|
The XTLS support TCP/UDP by the XRAY-CORE.
|
||||||
```yaml
|
```yaml
|
||||||
proxies:
|
proxies:
|
||||||
|
# Vless + TCP Sample
|
||||||
- name: "vless-tcp"
|
- name: "vless-tcp"
|
||||||
type: vless
|
type: vless
|
||||||
server: server
|
server: server
|
||||||
@ -185,6 +186,7 @@ proxies:
|
|||||||
# flow: xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
# flow: xtls-rprx-direct # xtls-rprx-origin # enable XTLS
|
||||||
# skip-cert-verify: true
|
# skip-cert-verify: true
|
||||||
|
|
||||||
|
# Vless + WS Sample
|
||||||
- name: "vless-ws"
|
- name: "vless-ws"
|
||||||
type: vless
|
type: vless
|
||||||
server: server
|
server: server
|
||||||
@ -197,6 +199,17 @@ proxies:
|
|||||||
ws-path: /path
|
ws-path: /path
|
||||||
ws-headers:
|
ws-headers:
|
||||||
Host: example.com
|
Host: example.com
|
||||||
|
|
||||||
|
# Trojan + XTLS Sample
|
||||||
|
- name: "proxy name"
|
||||||
|
type: trojan
|
||||||
|
server: server name
|
||||||
|
port: 443
|
||||||
|
password: password
|
||||||
|
udp: true
|
||||||
|
servername: server name # AKA SNI
|
||||||
|
flow: xtls-rprx-direct # Enable XTLS: xtls-rprx-direct | xtls-rprx-origin
|
||||||
|
skip-cert-verify: false
|
||||||
```
|
```
|
||||||
|
|
||||||
### IPTABLES auto-configuration
|
### IPTABLES auto-configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user