感谢你向 Clash Core 提交 issue!
在提交之前,请确认:
请注意,如果你并没有遵照这个 issue template 填写内容,我们将直接关闭这个 issue。
我都确认过了,我要继续提交。
请附上任何可以帮助我们解决这个问题的信息,如果我们收到的信息不足,我们将对这个 issue 加上 Needs more information 标记并在收到更多资讯之前关闭 issue。
`Rule规则那些需要上传,除了Proxy我不知道还有哪些算是敏感信息`
# HTTP 代理端口
port: 7890
# SOCKS5 代理端口
socks-port: 7891
# Linux 和 macOS 的 redir 代理端口
redir-port: 7892
# 允许局域网的连接
allow-lan: true
# 规则模式:Rule(规则) / Global(全局代理)/ Direct(全局直连)
mode: Rule
# 设置日志输出级别 (默认级别:silent,即不输出任何内容,以避免因日志内容过大而导致程序内存溢出)。
# 5 个级别:silent / info / warning / error / debug。级别越高日志输出量越大,越倾向于调试,若需要请自行开启。
log-level: debug
# Clash 的 RESTful API
external-controller: '0.0.0.0:9090'
# RESTful API 的口令
secret: ''
# 您可以将静态网页资源(如 clash-dashboard)放置在一个目录中,clash 将会服务于 `RESTful API/ui`
# 参数应填写配置目录的相对路径或绝对路径。
# external-ui: folder
./clash -d .
INFO[0000] Start initial compatible provider Others
INFO[0000] Start initial compatible provider GlobalTV
INFO[0000] Start initial compatible provider AsianTV
INFO[0000] Start initial compatible provider Proxy
INFO[0000] Start initial compatible provider Domestic
INFO[0000] HTTP proxy listening at: :7890
INFO[0000] SOCKS proxy listening at: :7891
INFO[0000] Redir proxy listening at: :7892
WARN[0000] Failed to start Redir UDP Listener: operation not permitted
INFO[0000] RESTful API listening at: 0.0.0.0:9090
DEBU[1209] [DNS] ocsp.digicert.com --> 117.18.237.29
INFO[1209] [TCP] 127.0.0.1:57288 --> ocsp.digicert.com match Match using Others[V2-中转488|广东-香港|解锁|x2.0|V2ray]
DEBU[1209] [DNS] ocsp.digicert.com --> 117.18.237.29
INFO[1209] [TCP] 127.0.0.1:57292 --> ocsp.digicert.com match Match using Others[V2-中转488|广东-香港|解锁|x2.0|V2ray]
google.com.hk,但是facebook,youtube都打不开。但是在win10笔记本上使用校园网无线使用clash for windows可以访问facebook等。dashboard里代理下面全是灰的,点测速没有反应。我预期会发生……?
正常访问
实际上发生了什麽?
二进制不会帮你去做添加系统代理的设置的,你可能需要自己往系统设置里添加代理
二进制不会帮你去做添加系统代理的设置的,你可能需要自己往系统设置里添加代理
我添加了系统代理的,
网络代理->手动->http 127.0.0.1 7890 https 127.0.0.1 7890 socks 127.0.0.1 7891
不知道为啥截图上传不上来。
如果日志里没有任何连接日志,说明流量没走到 clash
可能是校园网的问题,放弃了
找到原因了,是时间没有同步的问题,我是Ubuntu19.10,终端下运行
sudo systemctl restart systemd-timesyncd.service即可
遇到同样的错误:
WARN[0000] Failed to start Redir UDP Listener: operation not permitted
用sudo运行clash则可以,系统是ubuntu 20.04。请问设计上运行clash需要sudo权限吗,还是我们系统设置的问题?
@daxinnan 谢谢 👍
遇到同样的错误:
WARN[0000] Failed to start Redir UDP Listener: operation not permitted用sudo运行clash则可以,系统是ubuntu 20.04。请问设计上运行clash需要sudo权限吗,还是我们系统设置的问题?
同问
遇到同样的错误:
WARN[0000] Failed to start Redir UDP Listener: operation not permitted用sudo运行clash则可以,系统是ubuntu 20.04。请问设计上运行clash需要sudo权限吗,还是我们系统设置的问题?
同样的问题,来个人注意一下吧。
Most helpful comment
遇到同样的错误:
WARN[0000] Failed to start Redir UDP Listener: operation not permitted用sudo运行clash则可以,系统是ubuntu 20.04。请问设计上运行clash需要sudo权限吗,还是我们系统设置的问题?