Skip to content

Instantly share code, notes, and snippets.

@bitcoinvps
Last active December 20, 2022 08:45
Show Gist options
  • Select an option

  • Save bitcoinvps/0a708dc84233ea415a63ac067b072769 to your computer and use it in GitHub Desktop.

Select an option

Save bitcoinvps/0a708dc84233ea415a63ac067b072769 to your computer and use it in GitHub Desktop.
{
"type": "vmess",
"tag": "vmess-ws-out",
"server": "SERVER-IP-ADDRESS",
"server_port": 443,
"uuid": "3c1890e2-c768-4247-8a3b-032f6ed13a64",
"security": "auto",
"alter_id": 0,
"global_padding": false,
"authenticated_length": true,
"tls": {
"enabled": true,
"disable_sni": false,
"server_name": "vmess-ws.example.com",
"insecure": false,
"alpn": [
"http/1.1"
]
},
"multiplex": {
"enabled": true,
"protocol": "smux",
"max_connections": 5,
"min_streams": 4,
"max_streams": 0
},
"transport": {
"type": "ws",
"path": "/stream",
"max_early_data": 0,
"early_data_header_name": "Sec-WebSocket-Protocol"
},
"connect_timeout": "5s",
"tcp_fast_open": true,
"udp_fragment": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment