Simplify SplitHTTP further, and add Caddyfile (#188)

* Simplify SplitHTTP further, and add Caddyfile

* raise log level

* enable udp

---------

Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>
This commit is contained in:
mmmray
2024-06-21 22:36:22 +02:00
committed by GitHub
parent f605cda6a0
commit 9d40021c5b
4 changed files with 11 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
localhost:443 {
handle /split/* {
reverse_proxy http://127.0.0.1:1234
}
}