1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 13:46:08 +03:00
ProxySU/TemplateConfg/xray/client/06_outbounds/Http2selfSigned_client_config.json
2020-11-26 21:07:35 +08:00

32 lines
845 B
JSON

{
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": null,
"port": null,
"users": [
{
"id": null,
"alterId": 0,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "h2",
"httpSettings": {
"path": null
},
"security": "tls",
"tlsSettings": {
"allowInsecure": true
}
}
}
]
}