Sign inSign up

jieay/clash-ui

By jieay

•Updated about 3 years ago

Image
0

58

jieay/clash-ui repository overview

⁠使用方法

⁠配置

vi clash.yaml

allow-lan: true
bind-address: '*'
external-ui: /dashboard
external-controller: '0.0.0.0:9090'
⁠启动
docker run -d --name clash -p 7890:7890 -p 9090:9090 -v /本地配置/clash.yaml:/etc/config.yaml jieay/clash-ui:v1.18.0
⁠管理台访问
http://127.0.0.1:9090/ui/public/
⁠终端代理
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890

Tag summary

Content type

Image

Digest

sha256:4d97ee4c2…

Size

10.9 MB

Last updated

about 3 years ago

docker pull jieay/clash-ui:v1.18.0