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

29 lines
360 B
JSON
Raw Normal View History

2020-03-20 15:12:11 +03:00
{
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"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": "ws",
"wsSettings": {
2020-04-06 06:48:57 +03:00
"path": null
2020-03-20 15:12:11 +03:00
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}