mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-03 09:39:29 +08:00
42 lines
1015 B
JSON
42 lines
1015 B
JSON
{
|
|
"access": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"error": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"port": 443,
|
|
"protocol": "trojan",
|
|
"settings": {
|
|
"users": [
|
|
"your password1",
|
|
"your password2"
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"transport": "tcp",
|
|
"security": "tls",
|
|
"securitySettings": {
|
|
"nextProtocol": [
|
|
"http/1.1"
|
|
],
|
|
"certificate": [
|
|
{
|
|
"certificateFile": "/path/to/fullchain.crt",
|
|
"keyFile": "/path/to/private.key"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
} |