Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bitcoinvps/a13b5bd18203ad0d774650291db807b0 to your computer and use it in GitHub Desktop.
{
"type": "vmess",
"tag": "vmess-tls-out",
"server": "SERVER-IP-ADDRESS",
"server_port": 443,
"uuid": "18543660-1aa6-49bc-8be6-f6dfc7e87de0",
"security": "auto",
"alter_id": 0,
"global_padding": false,
"authenticated_length": true,
"tls": {
"enabled": true,
"disable_sni": false,
"server_name": "vmess.example.com",
"insecure": false,
"alpn": [
"http/1.1"
]
},
"multiplex": {
"enabled": true,
"protocol": "smux",
"max_connections": 5,
"min_streams": 4,
"max_streams": 0
},
"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