/clash-docker

A http/transparent proxy container with Yacd panel based on clash. Built only for myself

Primary LanguageShell

 

clash

A rule-based tunnel in Go. Forked from xtoys/clash .

Modified for me only, but may work for you.

More platforms supported: linux/amd64, linux/arm64, linux/arm/v8(aarch64), linux/arm/v7

linux/armv6 is to be continued

Thanks to uxber and Dreamacro

WIKI · CHANGELOG

Usage

docker run -d \
 --name clash-dev \
 -p 901:901 \
 -p 7890:7890 \
 --hostname clash \
 --restart unless-stopped \
 -v /storage/clash/config:/clash/config \
 bohong65/clash-docker:latest

TIPS: Make sure to add following config into your config.yaml

mixed-port: 7890
allow-lan: true
external-controller: 0.0.0.0:901

Yacd web panel: host-ip:901/ui