You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/release/config/vpoint_vmess_freedom.json

20 lines
302 B

{
9 years ago
"port": 37192,
9 years ago
"log" : {
9 years ago
"access": "access.log"
9 years ago
},
"inbound": {
"protocol": "vmess",
"settings": {
"clients": [
{"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"}
],
"udp": false
}
},
"outbound": {
"protocol": "freedom",
"settings": {}
}
}