mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-03-09 08:19:13 +00:00
* Simplify SplitHTTP further, and add Caddyfile * raise log level * enable udp --------- Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>
5 lines
78 B
Caddyfile
5 lines
78 B
Caddyfile
localhost:443 {
|
|
handle /split/* {
|
|
reverse_proxy http://127.0.0.1:1234
|
|
}
|
|
}
|