{ "log": { "access": "/var/log/xray/access.log", "error": "/var/log/xray/error.log", "loglevel": "warning" }, "inbounds": [ { "protocol": "socks", "listen": "0.0.0.0", "port": 1234, "settings": { "auth": "noauth", "udp": true, "ip": "127.0.0.1", "userLevel": 0 } } ], "outbounds": [ { "protocol": "freedom" } ] }