1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-22 21:26:09 +03:00
ProxySU/TemplateConfg/Http2Web_server_config.json
2020-08-14 00:26:41 +08:00

33 lines
418 B
JSON

{
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": null,
"alterId": 64
}
]
},
"streamSettings": {
"network": "h2",
"security": "none",
"httpSettings": {
"path": null,
"host": [
""
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}