28 lines
652 B
JSON
28 lines
652 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"type": "trojan",
|
|
"listen": "::",
|
|
"listen_port": 4443,
|
|
"users": [
|
|
{
|
|
"password": "*IK<6yhn"
|
|
}
|
|
],
|
|
"tls": {
|
|
"enabled": true,
|
|
"certificate_path": "/etc/letsencrypt/live/out.homemade.net.cn/fullchain.pem",
|
|
"key_path": "/etc/letsencrypt/live/out.homemade.net.cn/privkey.pem"
|
|
},
|
|
"multiplex": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct"
|
|
}
|
|
]
|
|
}
|