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": {} + } +}