From e925d01c174e38625cd3f080958194e879889401 Mon Sep 17 00:00:00 2001 From: wulabing Date: Tue, 10 Apr 2018 15:24:37 +0800 Subject: [PATCH] Add files via upload --- http2/config.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 http2/config.json diff --git a/http2/config.json b/http2/config.json new file mode 100644 index 0000000..dbdebd3 --- /dev/null +++ b/http2/config.json @@ -0,0 +1,33 @@ +{ + "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": {} + } +}