diff --git a/v2ray示例/香港节点/分层代理回落.json b/v2ray示例/香港节点/分层代理回落.json new file mode 100644 index 0000000..5125c4b --- /dev/null +++ b/v2ray示例/香港节点/分层代理回落.json @@ -0,0 +1,126 @@ +{ + "log": { + "loglevel": "debug" + }, + "inbounds": [ + { + "port": 443, + "protocol": "vless", + "settings": { + "clients": [ + { + "id": "b4bdf874-8c03-5bd8-8fd7-5e409dfd82c0", + "flow": "xtls-rprx-vision" + } + ], + "decryption": "none", + "fallbacks": [ + { + "name": "xx.tc.hk.go.107421.xyz", + "path": "/status", + "dest": 5000, + "xver": 1 + }, + { + "name": "book.107421.xyz", + "dest": 5003, + "xver": 1 + }, + { + "name": "book.107421.xyz", + "alpn": "h2", + "dest": 5004, + "xver": 1 + }, + { + "dest": 5001, + "xver": 1 + }, + { + "alpn": "h2", + "dest": 5002, + "xver": 1 + } + ] + }, + "streamSettings": { + "network": "tcp", + "security": "tls", + "tlsSettings": { + "alpn": ["h2", "http/1.1"], + "certificates": [ + { + "certificateFile": "/root/.acme.sh/book.107421.xyz_ecc/fullchain.cer", + "keyFile": "/root/.acme.sh/book.107421.xyz_ecc/book.107421.xyz.key" + } + ] + } + } + }, + { + "port": 5000, + "listen": "127.0.0.1", + "protocol": "vless", + "settings": { + "clients": [ + { + "id": "481d1403-de9a-5ae1-b921-18c04a4a9da0", + "level": 0, + "email": "dd@qq.com" + } + ], + "decryption": "none" + }, + "streamSettings": { + "network": "ws", + "security": "tls", + "wsSettings": { + "acceptProxyProtocol": true, + "path": "/status" + }, + "tlsSettings": { + "alpn": ["h2", "http/1.1"], + "certificates": [ + { + "certificateFile": "/root/.acme.sh/xx.tc.hk.go.107421.xyz_ecc/fullchain.cer", + "keyFile": "/root/.acme.sh/xx.tc.hk.go.107421.xyz_ecc/xx.tc.hk.go.107421.xyz.key" + } + ] + } + } + }, + { + "listen": "0.0.0.0", + "port": 29999, + "protocol": "trojan", + "settings": { + "clients": [ + { + "password": "V2ryStr0ngP0ss" + } + ] + }, + "streamSettings": { + "network": "tcp", + "security": "tls", + "tlsSettings": { + "alpn": [ + "h2", + "http/1.1" + ], + "certificates": [ + { + "certificateFile": "/root/.acme.sh/xx.tc.hk.go.107421.xyz_ecc/fullchain.cer", + "keyFile": "/root/.acme.sh/xx.tc.hk.go.107421.xyz_ecc/xx.tc.hk.go.107421.xyz.key" + } + ] + } + } + } + ], + "outbounds": [ + { + "protocol": "freedom" + } + ] +} \ No newline at end of file