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

43 lines
1000 B
JSON

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"protocol": "http",
"port": 1081
},
{
"port": 1080,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"udp": true
}
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": null,
"port": 443,
"users": [
{
"id": null,
"encryption": "none",
"level": 0
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls"
}
}
]
}