{ "log": { "loglevel": "warn", "access": "/etc/d2ray/logs/xray/access.log", "error": "/etc/d2ray/logs/xray/error.log" }, "inbounds": [ { "port": {{ PORT }}, "protocol": "vless", "settings": { "clients": [ {{ XRAY_USERS }} ], "decryption": "none", "fallbacks": [ { "dest": "localhost:80" } ] }, "streamSettings": { "network": "tcp", "security": "xtls", "xtlsSettings": { "certificates": [ { "certificateFile": "/etc/letsencrypt/live/{{ FQDN }}/fullchain.pem", "keyFile": "/etc/letsencrypt/live/{{ FQDN }}/privkey.pem" } ] } } } ], "outbounds": [ { "protocol": "freedom", "settings": {} } ] }