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

33 lines
418 B
JSON
Raw Normal View History

2020-04-16 16:08:47 +03:00
{
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": null,
"alterId": 64
}
]
},
"streamSettings": {
"network": "h2",
2020-08-13 19:26:41 +03:00
"security": "none",
2020-04-16 16:08:47 +03:00
"httpSettings": {
2020-04-18 16:21:44 +03:00
"path": null,
"host": [
""
]
2020-04-16 16:08:47 +03:00
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}