1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 05:36:08 +03:00
ProxySU/TemplateConfg/xray/server/05_inbounds/Http2selfSigned_server_config.json

28 lines
650 B
JSON
Raw Normal View History

2020-11-26 16:07:35 +03:00
{
"inbounds": [
{
"port": null,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": null,
"alterId": 64
}
]
},
"streamSettings": {
"network": "h2",
"security": "tls",
"tlsSettings": {
"certificates": [
{}
]
},
"httpSettings": {
"path": null
}
}
}
]
}