mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-02-20 00:01:13 +00:00
6 lines
78 B
Text
6 lines
78 B
Text
|
localhost:443 {
|
||
|
handle /split/* {
|
||
|
reverse_proxy http://127.0.0.1:1234
|
||
|
}
|
||
|
}
|