Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clash的fake-ip模式问题,还有一些其他clash问题 #135

Open
ghost opened this issue Nov 21, 2021 · 0 comments
Open

clash的fake-ip模式问题,还有一些其他clash问题 #135

ghost opened this issue Nov 21, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 21, 2021

问题1:开启 Clash fake-ip 模式 流量无法被转发

  • DNS 解析正常
  • 已开启 透明代理

手动加入防火墙脚本后流量正常转发

# Clash 小猫喵
iptables -t nat -A PREROUTING -d 198.18.0.0/16 -p tcp -j REDIRECT --to-ports 7892
iptables -t nat -A OUTPUT -d 198.18.0.0/16 -p tcp -j REDIRECT --to-ports 7892

问题2:自定义 gfwlist 列表

Clash 这一块的功能好像有点乱,gfwlist 要到 Shadowsocks 菜单里面添加。

问题3:Clash 不兼容 chinadns_ng

  • 如果使用 chinadns 能正确识别到 chinadns,并更改 clash dns 端口到 8054
  • 如果使用 chinadns_ng 则不能自动调整端口到 8054
  • 一般 ss_tproxy 自带的 gfwlist 就够用了,也不太能用到 chinadns,这个问题不太影响使用

非常感谢 hiboy 维护

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants