mirror of https://github.com/wulabing/Xray_onekey
Delete config.json
parent
189294a02f
commit
efe6750335
33
config.json
33
config.json
|
@ -1,33 +0,0 @@
|
||||||
{
|
|
||||||
"inbound": {
|
|
||||||
"port": 443,
|
|
||||||
"protocol": "vmess",
|
|
||||||
"settings": {
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"id": "UUID",
|
|
||||||
"alterId": 64
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "h2",
|
|
||||||
"httpSettings": {
|
|
||||||
"path": "/ray/"
|
|
||||||
},
|
|
||||||
"security": "tls",
|
|
||||||
"tlsSettings": {
|
|
||||||
"certificates": [
|
|
||||||
{
|
|
||||||
"certificateFile": "/etc/v2ray/v2ray.crt",
|
|
||||||
"keyFile": "/etc/v2ray/v2ray.key"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"outbound": {
|
|
||||||
"protocol": "freedom",
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue