{ "log": { "loglevel": "warning" }, "inbounds": [ { "port": 443, "protocol": "trojan", "settings": { "clients": [ { "password":"your password", "email": "love@example.com" } ] }, "streamSettings": { "network": "tcp", "security": "tls", "tlsSettings": { "alpn": [ "http/1.1" ], "certificates": [ { "certificateFile": "/path/to/fullchain.crt", "keyFile": "/path/to/private.key" } ] } } } ], "outbounds": [ { "protocol": "freedom" } ] }