tun模式使用gvisor或者system, 代理使用sockes或使用hysteria2都会导致这个问题。 在tun中排除此网卡问题依旧 exclude_interface": [ "Microsoft Wi-Fi Direct Virtual Adapter #2" ] 重现方式 Windows开启WiFi热点,直接使用下面的配置文件, socks5可以改成hysteria2, 管理员运行后程序立马爆内存,在终端中启动会因为...
stack: gvisor dns-hijack: any:53 auto-route: true interface: 以太网 auto-detect-interface: true bind-address: '*' Additional Information 用CFW的时候也出现过一样的问题,网上搜到的tun模式问题的dns设置都尝试过了。 https://blog.csdn.net/dededev/article/details/132597018这个情况比较符合我的问题。
TUN Stack(TUN 堆栈)位置:我选gvisor不知道要不要改成system 来自Android客户端17楼2023-09-09 03:44 收起回复 🥵🥵 🥵🥵 野蛮小童 1 开tun的全局或者规则模式,在浏览器点开几百kb的图片原图准备保存都在那慢吞吞从上往下加载显示图片,还动不动就加载不出来跟没网一样,我还以为节点烂呢,结果切系统...
stack: system # or gvisor dns-hijack: - any:53 - tcp://any:53 auto-route: true auto-detect-interface: true Clash log Jul 13 02:54:34 victor-ubuntu-server clash[1933]: time="2022-07-13T02:54:34Z" level=info msg="[UDP] 198.18.0.1:22024 --> 101.82.80.184:33886 match RuleSet(cn...
TUN Stack(TUN 堆栈)位置:我选gvisor不知道要不要改成system 来自Android客户端17楼2023-09-09 03:44 收起回复 🥵🥵 🥵🥵 野蛮小童 1 开tun的全局或者规则模式,在浏览器点开几百kb的图片原图准备保存都在那慢吞吞从上往下加载显示图片,还动不动就加载不出来跟没网一样,我还以为节点烂呢,结果切系统...
"stack": "system", "mtu": 9000, "sniff": true } ], "outbounds": [ { "type": "vmess", "tag": "proxy", "server": "***", "server_port": 80, "uuid": "***", "security": "auto", "alter_id": 0, "network": "tcp", ...
网卡应该是没有区别的,都是TUN网卡,接管的原理也是一样的。 话说你们有尝试过更换TUN网卡的栈吗,比如说system改成gvisor geodata-mode: true tun: enable: true dns-hijack: any:53 auto-route: true auto-detect-interface: false device: Meta mtu: 9000 ...
find-process-mode: strict mode: rule tun: enable: true stack: system # gvisor/mixed dns-hijack: - any:53 auto-detect-interface: true # 自动识别出口网卡 auto-route: true # 配置路由表 inet4-route-address: # 启用auto-route 时使用自定义路由而不是默认路由 - 0.0.0.0/1 - 128.0.0.0/1 ine...
Tun模式设置里面把stack改成system再改回gvisor,并且关掉了IPv6,现在可以联网了。 👍 1 13098724567 Jul 14, 2024 windows 10我这里你们所说的客户端我都试过了开启TUN模式就不能上网,什么参数都调试了,都没有作用,难道是系统问题吗!!! 以管理员身份运行...
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 ...