wireguard协议的配置,在windows端clash正常运行,但是在软路由openwrt上无法正常运行,提示 clash unsupport proxy等,需要把内核切换成premium。
docker版本的为:clash-premium
docker命令例子:
docker run -d --name clash-client --restart always -p 7890:7890 -p 7891:7891 -p 9090:9090 -v /root/clash/config.yaml:/root/.config/clash/config.yaml -v /root/clash/ui:/ui dreamacro/clash-premium