v2ray-examples/v5/Trojan-TLS/trojan-tls_server.json
2024-09-15 12:58:40 +01:00

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"
}
]
}