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

44 lines
1.1 KiB
JSON
Raw Normal View History

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": null
}
],
"decryption": "none",
2020-09-02 04:03:42 +03:00
"fallbacks": [
{
2020-09-07 19:36:13 +03:00
"dest": 8800
2020-09-02 04:03:42 +03:00
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1"
],
"certificates": [
{
"certificateFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.crt",
"keyFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.key"
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
2020-09-02 04:03:42 +03:00
}