原因:Mihomo 内核不会处理 PPPoE 拨号的特殊路由结构

解决方法:

在Clash Verge的订阅中右键选择“拓展覆写配置”

加入:

tun:
  enable: true
  stack: mixed
  auto-route: true
  auto-detect-interface: false
  interface-name: "YD"    # 双引号里填你刚改的拨号连接名称(一定要英文)
  inet4-route-address:
    - 0.0.0.0/1
    - 128.0.0.0/1

即可。