mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 13:59:29 +08:00
48 lines
981 B
JSON
48 lines
981 B
JSON
{
|
|
"log": {
|
|
"access": {
|
|
"type": "None"
|
|
},
|
|
"error": {
|
|
"level": "Debug",
|
|
"type": "Console"
|
|
}
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 100000,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"users": [
|
|
"0000000-0000000-0000000-0000000-0000000"
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"security": "tls",
|
|
"securitySettings": {
|
|
"certificate": [
|
|
{
|
|
"certificate_file": "000000000000000000000.pem",
|
|
"key_file": "000000000000000000000.key",
|
|
"usage": "ENCIPHERMENT"
|
|
}
|
|
]
|
|
},
|
|
"transport": "hysteria2",
|
|
"transportSettings": {
|
|
"congestion": {
|
|
"type": "bbr"
|
|
},
|
|
"password": "000000000000000000000000000000000000000000",
|
|
"use_udp_extension": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
} |