1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-27 07:36:06 +03:00
ProxySU/ProxySuper.WPF/Templates/xray/server/05_inbounds/VLESS_HTTP2.json

19 lines
262 B
JSON
Raw Normal View History

2021-05-21 13:03:40 +03:00
{
"port": 1234,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"decryption": "none",
"clients": [
{
"id": ""
}
]
},
"streamSettings": {
"network": "h2",
"httpSettings": {
"path": ""
}
}
}