Last active
December 20, 2022 08:55
-
-
Save bitcoinvps/b3b701306bf2d80526a376fdc9226df8 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-ws-in", | |
| "listen": "127.0.0.1", | |
| "listen_port": 52004, | |
| "tcp_fast_open": true, | |
| "udp_fragment": true, | |
| "sniff": true, | |
| "sniff_override_destination": false, | |
| "proxy_protocol": true, | |
| "proxy_protocol_accept_no_header": false, | |
| "users": [{ | |
| "name": "bitcoinvps.cloud", | |
| "uuid": "3c1890e2-c768-4247-8a3b-032f6ed13a64", | |
| "alterId": 0 | |
| }], | |
| "tls": { | |
| "enabled": true, | |
| "server_name": "vmess-ws.example.com", | |
| "alpn": [ | |
| "http/1.1" | |
| ], | |
| "min_version": "1.2", | |
| "max_version": "1.3", | |
| "acme": { | |
| "domain": ["vmess-ws.example.com"], | |
| "data_directory": "/etc/sing-box", | |
| "default_server_name": "", | |
| "email": "[email protected]", | |
| "provider": "letsencrypt" | |
| } | |
| }, | |
| "transport": { | |
| "type": "ws", | |
| "path": "/stream", | |
| "max_early_data": 0, | |
| "early_data_header_name": "Sec-WebSocket-Protocol" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment