# README
clash-ui
- Visit clash-dashboard ui: http://localhost:8088/c/
- Visit yacd ui: http://localhost:8088/y/
Usage
- run it in command
./clash-ui
Usage of clash-ui:
-c string
https://github.com/Dreamacro/clash-dashboard path (default "/c")
-l string
Listen address (default ":8088")
-y string
https://github.com/haishanh/yacd path (default "/y")
- run it by docker:
docker run -p 8088:8088 ghcr.io/cxjava/clash-ui