mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
42 lines
865 B
JSON
42 lines
865 B
JSON
{
|
|
"log": {
|
|
"access": {
|
|
"type": "None"
|
|
},
|
|
"error": {
|
|
"level": "Debug",
|
|
"type": "Console"
|
|
}
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 100000,
|
|
"protocol": "trojan",
|
|
"settings": {
|
|
"users": [
|
|
"0000000-0000000-0000000-0000000-0000000"
|
|
],
|
|
"packetEncoding": "None"
|
|
},
|
|
"streamSettings": {
|
|
"security": "tls",
|
|
"securitySettings": {
|
|
"certificate": [
|
|
{
|
|
"certificate_file": "000000000000000000000.pem",
|
|
"key_file": "000000000000000000000.key",
|
|
"usage": "ENCIPHERMENT"
|
|
}
|
|
],
|
|
"serverName": "000000000000000000000.com"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
} |