mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-21 17:59:30 +08:00
Delete config_server.json
This commit is contained in:
parent
85fd9d7822
commit
728cfa438a
@ -1,80 +0,0 @@
|
|||||||
{
|
|
||||||
"log": {
|
|
||||||
"loglevel": "warning"
|
|
||||||
},
|
|
||||||
"inbounds": [
|
|
||||||
{
|
|
||||||
"port": 443,
|
|
||||||
"protocol": "vless",
|
|
||||||
"settings": {
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"id": "", // 填写你的 UUID
|
|
||||||
"level": 0,
|
|
||||||
"email": "love@v2fly.org"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"decryption": "none",
|
|
||||||
"fallbacks": [
|
|
||||||
{
|
|
||||||
"dest": 80
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "/fakehttpheader", // 必须换成自定义的 PATH
|
|
||||||
"dest": 2345,
|
|
||||||
"xver": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "tcp",
|
|
||||||
"security": "tls",
|
|
||||||
"tlsSettings": {
|
|
||||||
"alpn": [
|
|
||||||
"http/1.1"
|
|
||||||
],
|
|
||||||
"certificates": [
|
|
||||||
{
|
|
||||||
"certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径
|
|
||||||
"keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"port": 2345,
|
|
||||||
"listen": "127.0.0.1",
|
|
||||||
"protocol": "vmess",
|
|
||||||
"settings": {
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"id": "", // 填写你的 UUID
|
|
||||||
"level": 0,
|
|
||||||
"email": "love@v2fly.org"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "tcp",
|
|
||||||
"security": "none",
|
|
||||||
"tcpSettings": {
|
|
||||||
"acceptProxyProtocol": true,
|
|
||||||
"header": {
|
|
||||||
"type": "http",
|
|
||||||
"request": {
|
|
||||||
"path": [
|
|
||||||
"/fakehttpheader" // 必须换成自定义的 PATH,需要和上面的一致
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outbounds": [
|
|
||||||
{
|
|
||||||
"protocol": "freedom"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user