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

50 lines
813 B
JSON
Raw Normal View History

2020-03-20 15:12:11 +03:00
{
"inbounds": [
{
2020-04-05 18:56:39 +03:00
"port": null,
2020-03-20 15:12:11 +03:00
"protocol": "vmess",
"settings": {
"clients": [
{
2020-04-06 06:48:57 +03:00
"id": null,
2020-03-20 15:12:11 +03:00
"alterId": 64
}
]
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"response": {
"version": "1.1",
"status": "200",
"reason": "OK",
"headers": {
"Content-Type": [
"application/octet-stream",
"application/x-msdownload",
"text/html",
"application/x-shockwave-flash"
],
"Transfer-Encoding": [
"chunked"
],
"Connection": [
"keep-alive"
],
"Pragma": "no-cache"
}
}
}
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}