nyxserver / config.json
TheErf013's picture
Update config.json
22d2d3d verified
Raw
History Blame Contribute Delete
351 Bytes
{
"log": { "level": "info" },
"inbounds": [
{
"type": "trojan",
"tag": "trojan-httpupgrade-in",
"listen": "127.0.0.1",
"listen_port": 8080,
"users": [ { "password": "1q2w3e4r5t" } ],
"transport": { "type": "httpupgrade", "path": "/moz" }
}
],
"outbounds": [ { "type": "direct", "tag": "direct" } ]
}