Last active
December 20, 2022 09:05
-
-
Save bitcoinvps/a13b5bd18203ad0d774650291db807b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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