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 28
| { "type": "tuic", "tag": "duwnajm8-in", "listen": "::", "listen_port": 443, "sniff": true, "sniff_override_destination": true, "users": [ { "name": "5OzWzH6t", "uuid": "df5f4b75-6js7-4e55-b20f-8233se7c38d", "password": "jCepsknishFM" } ], "congestion_control": "bbr", "auth_timeout": "3s", "zero_rtt_handshake": false, "heartbeat": "10s", "tls": { "enabled": true, "server_name": "example.com", #此处填签名证书域名 "alpn": [ "h3" ], "certificate_path": "/root/ssl/cert.crt", "key_path": "/root/ssl/private.key" } }
|