Git Product home page Git Product logo

clash-for-linux's People

Contributors

wnlen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

clash-for-linux's Issues

一开起来就上传

开起来之后就向几个网站上传流量, 还有俄罗斯IP的,把带宽都占完了

全局代理出现小问题

非常感谢你的工作,对我很有帮助
我在使用过程中发现,在config.yaml设置成global模式,仍然无法代理docker的部分镜像拉取(非官方的镜像拉取),但是可以正常代理其他的上网或者wget和curl命令

Mistake in README.md

In README.md, the command to clone this repo is:

$ git clone https://github.com/wanhebin/clash-for-linux.git

In fact, it should be

$ git clone https://github.com/wnlen/clash-for-linux.git

x86 架构无法链接 与 无法正确安装总结

#5#8
感觉里面说的有点乱了,指出的问题比较零碎。感觉如果大家只是想科学上网的话,可能只需要一些能够做的尝试的可能性,超级感谢这个自动安装clash的project。的确,我们大家更应该把时间花在重要的事情上,而不是研究怎么翻墙。但是中间还是碰到了一些问题。我是在刚刚装起来ubuntu 22.04上直接跑的,稍微总结下:

  1. curl return value错误导致error checking 被kill了
#curl -o /dev/null -s -m 10 --connect-timeout 10 -w %{http_code} $URL | grep '[23][0-9][0-9]' &>/dev/null
curl -o /dev/null -L -k -sS --retry 5 -m 10 --connect-timeout 10 -w "%{http_code}" $URL | grep -E '^[23][0-9]{2}$' &>/dev/null
ReturnStatus=$?
if_success $Text1 $Text2 $ReturnStatus

这里的return value 我是1,然后中间报错是curl 到missing / bad url。但我又确认订阅链接是好的,也改了script看了下$URL也没问题。

解决方案

首先先检查下subscription link是不是对的。subscription link是机场提供的订阅链接,但是对于clash / v2ray / ... 等客户端需要转换下链接,这个链接是需要一个后端支持的,但很多转换的平台后端都挂啦,所以可能要注意检查下转换后的链接是不是ok滴。如果想检查自己的subscription link 有没有用,最简单可以直接在浏览器里粘贴下订阅链接。正常的clash订阅链接应该是能看到以下这样的

port: 7890
socks-port: 7891
allow-lan: true
mode: Rule
log-level: info
external-controller: :9090
dns:
  enabled: true
  nameserver:
    - .....
  fallback:
    - ....
proxies:
  - {name: 距离下次重置剩余:17 天, server: ....}
  - {name: ...}
 ....
  - {name: 🇺🇸 0.7x 🇺🇸 美国17, server: ...., port: ...., client-fingerprint: chrome, type: vmess, uuid: ...}
  ....

然而我虽然链接是对的,但是还是curl 的return value错了,我也不想研究,直接注释掉这行直接把这行注释掉 if_success $Text1 $Text2 $ReturnStatus,之后config的yaml文件还是可以正常下载的。

  1. X86 无法链接,无法上网 #5

解决方案

这个问题状况跟 #5 一样,但里面的讨论似乎没有直接给解决方案,其实很简单啦,用GUI把 proxy 开起来,注意这张图我是随便偷的,里面填的是127.0.0.17890。他们和 $http_proxy $https_proxy 的值应该是一样的,我没填FTP 和 SOCKS。
image

  1. 服务器启动成功,GUI卡在一个界面(无法访问UI界面) #8

解决方案

这个跟 #8 一样, 解决也很简单啦,重新跑下 start.sh 就行,感觉是哪里被corrupt了,不懂也不想研究hhhh,但我这样就解决咧。

Clash订阅地址不可访问!

请问在.env中的clash_url输入了订阅地址后,运行start.sh文件,显示订阅地址不可访问,他是不能用windows上的订阅地址吗

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.