1
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-02-25 16:39:29 +08:00
mmmray 9d40021c5b
Simplify SplitHTTP further, and add Caddyfile ()
* Simplify SplitHTTP further, and add Caddyfile

* raise log level

* enable udp

---------

Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>
2024-06-22 04:36:22 +08:00

6 lines
78 B
Caddyfile

localhost:443 {
handle /split/* {
reverse_proxy http://127.0.0.1:1234
}
}