All posts for tag "clash"

Total 1 posts
📄 Clash_on_linux_server
C:2023-02-27 M:2023-02-27
Tips Github Acceleration: https://ghproxy.com/ Steps Download clash core goto https://github.com/Dreamacro/clash/releases download corresponding releases into your server 1 2 3 # use github acceleration service wget https://ghproxy.com/https://github.com/Dreamacro/clash/releases/download/v1.13.0/clash-linux-amd64-v1.13.0.gz # or manual download it and use scp/rsync to transfer it to your server unarchive and install core change <clash> to the actual name of the downloaded file 1 2 3 4 gzip -d <clash>.gz mv <clash>.gz clash.gz chmod +x ./clash mv ./clash /usr/bin/clash Make clash configuration directory 1 sudo mkdir /etc/clash Config.