whiredj解决 sing-box 环境下 Local Send 无法使用的方法 中发帖

1. 背景
sing-box v1.10.7 直接使用不良林的 sing-box 配置,无法正常使用 Local Send
2. 解决方法
在 inbound.tun 中添加 0
"route_exclude_address": [
"224.0.0.0/4", // 组播地址,包括 SSDP 239.255.255.250/32
"255.255.255.255/32" // 广播地址
]

3. 步骤
现象
tun / tun + tproxy 模式
在局域网内

关闭 sing-box 后,mac 与 android 都可发现对方
开启 sing-box 后,mac 与 android 都无法发现对方

inbound.tun
尝试1
tun + tproxy 模式
只在 route 添加 "ip_is_private": tru...