Last active
December 20, 2022 08:25
-
-
Save bitcoinvps/db1ad118e4457ed05e12ae6c41921741 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": "hysteria", | |
| "tag": "hysteria-in", | |
| "listen": "::", | |
| "listen_port": 8443, | |
| "tcp_fast_open": false, | |
| "udp_fragment": true, | |
| "proxy_protocol": false, | |
| "proxy_protocol_accept_no_header": false, | |
| "up_mbps": 500, | |
| "down_mbps": 500, | |
| "users": [{ | |
| "name": "bitcoinvps.cloud", | |
| "auth": "8JCsPssfgS8tiRwiMlhARg==", | |
| "auth_str": "upiTU?rUW3+4e6Radro" | |
| }], | |
| "max_conn_client": 2048, | |
| "disable_mtu_discovery": false, | |
| "tls": { | |
| "enabled": true, | |
| "server_name": "subdomain.example.com", | |
| "alpn": [ | |
| "h3" | |
| ], | |
| "min_version": "1.2", | |
| "max_version": "1.3", | |
| "certificate_path": "", | |
| "key_path": "", | |
| "acme": { | |
| "domain": ["subdomain.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