1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| { "type": "hysteria2", "tag": "2acwjdzl-in", "listen": "::", "listen_port": 443, "sniff": true, "sniff_override_destination": true, "up_mbps": 50, "down_mbps": 100, "users": [ { "name": "CzcHZLCD", "password": "I4ed6BHwRXrq" } ], "ignore_client_bandwidth": false, "masquerade": "https://www.fan-2000.com", "tls": { "enabled": true, "server_name": "example.com", #此处填签名证书域名 "alpn": [ "h3" ], "certificate_path": "/root/ssl/cert.crt", "key_path": "/root/ssl/private.key" } }
|