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

18 lines
468 B
Plaintext
Raw Normal View History

2020-11-26 16:07:35 +03:00
##domain## {
root * /usr/share/caddy
file_server
tls {
protocols tls1.2 tls1.3
ciphers TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
curves x25519
}
@xray_websocket {
path ##path##
header Connection *Upgrade*
header Upgrade websocket
}
reverse_proxy @xray_websocket localhost:10000
##reverse_Proxy1##
##reverse_Proxy2##
##reverse_Proxy3##
}