龙芯平台使用clash

旧世界(Loongnix) #

来源: https://bbs.loongarch.org/d/177-loongnixclash

下载后:

unzip -x clash1130-loong64.zip
./clash -d dir_include_config.yaml

其中dir_include_config.yamlconfig.yaml所在的文件夹路径.

然后在设置中, 在首选项中设置代理服务器, 或者配置环境变量:

http:               port:
    127.0.0.1           7890
https:              port:
    127.0.0.1           7890
socks:              port:
    127.0.0.1           7891

具体端口号信息在config.yaml中查看.

新世界 #

Archlinux #

pacman -S clash
clash -d dir_include_config.yaml

其中dir_include_config.yamlconfig.yaml所在的文件夹路径.

然后在设置中, 在首选项中设置代理服务器, 或者配置环境变量:

http:               port:
    127.0.0.1           7890
https:              port:
    127.0.0.1           7890
socks:              port:
    127.0.0.1           7891

具体端口号信息在config.yaml中查看.

Country.mmdb #

wget https://gitee.com/mirrors/Pingtunnel/raw/master/GeoLite2-Country.mmdb -O Country.mmdb