Last active
December 20, 2022 08:56
-
-
Save bitcoinvps/4879326596d7aa911569ba2204642587 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-in", | |
| "listen": "127.0.0.1", | |
| "listen_port": 52003, | |
| "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": "18543660-1aa6-49bc-8be6-f6dfc7e87de0", | |
| "alterId": 0 | |
| } | |
| ], | |
| "tls": { | |
| "enabled": true, | |
| "server_name": "vmess.example.com", | |
| "alpn": [ | |
| "http/1.1" | |
| ], | |
| "min_version": "1.2", | |
| "max_version": "1.3", | |
| "acme": { | |
| "domain": [ | |
| "vmess.example.com" | |
| ], | |
| "data_directory": "/etc/sing-box", | |
| "default_server_name": "", | |
| "email": "[email protected]", | |
| "provider": "letsencrypt" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment