tun: enable: true stack: system # or `gvisor' # dns-listen: 0.0.0.0:53 dns-hijack: - 1.0.0.1:53 # auto-route: true dns: # DNS server settings enable: true # listen: 0.0.0.0:53 ipv6: false default-nameserver: - 119.29.29.29 enhanced-mode: redir-host # or fake-ip redir-host f...
If you need gvisor for tun stack, build with: go build -tags with_gvisor IPTABLES configuration Work on Linux OS which supportediptables #Enable the TPROXY listenertproxy-port:9898iptables:enable:true#default is falseinbound-interface:eth0#detect the inbound interface, default is 'lo' ...
接着需要设置 Clash 的配置文件,添加以下内容: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 dns:enable:truelisten:0.0.0.0:53enhanced-mode:fake-ipnameserver:-114.114.114.114fallback:-8.8.8.8tun:enable:truestack:system# or gvisordns-hijack:-8.8.8.8:53-tcp://8.8.8.8:53-any:53-tc...
clash tun模式下 外网udp 端口转发 返回的udp数据到不了客户端 tcp: 路由 -> server ok, server->路由 ok udp:路由 -> server ok, server->clash ok, clash -> 路由 failed 问题是为什么tcp 在auto-route: true的情况下 就不会走clash clash也没有对应的日志 但是udp就走了clash 并且 返回会失败 改成...
tun: enable: true stack: gvisor # gvisor|system 使用 system 需要 Clash Premium 2021.05.08 及更高版本 dns-hijack: # DNS劫持设置为系统DNS - 114.114.114.114 # 可任意设置,但为了保证CFW关闭后能不影响联网,建议设置真实能访问的DNS服务器 auto-route: true ...
gvisor/system stack TUN device on macOS, Linux and Windows (ref) Policy routing withScripts Load your rules withRule Providers Monitor Clash usage with a built-in profiling engine. (Dreamacro/clash-tracing) Documentations are available atGitHub Wiki. ...
gvisor/system stack TUN device on macOS, Linux and Windows (ref) Policy routing with Scripts Load your rules with Rule Providers Monitor Clash usage with a built-in profiling engine. (Dreamacro/clash-tracing)Getting StartedDocumentations are available at GitHub Wiki....
gvisor/system stack TUN device on macOS, Linux and Windows (ref) Policy routing withScripts Load your rules withRule Providers Monitor Clash usage with a built-in profiling engine. (Dreamacro/clash-tracing) Documentations are available atGitHub Wiki. ...
gvisor/system stack TUN device on macOS, Linux and Windows (ref) Policy routing with Scripts Load your rules with Rule Providers Monitor Clash usage with a built-in profiling engine. (Dreamacro/clash-tracing)Getting StartedDocumentations are available at GitHub Wiki....
禁用quic 之后,确实大部分的访问可以恢复,但是 Windows 的 OneDrive 客户端仍然会一直卡在 signing in,我用 Charles 抓了一下包,发现是卡在这个请求了,这个请求是走的 DIRECT,同样关了 OpenClash 或者切换为混合没问题,只有 tun 模式会卡住: ~❯ curl -v -H"Accept-Language: zh-CN"-H"Authorization: WLID...