Posts tagged with 'mac' - 1

Posts tagged with 'mac' - 1

TLDR 这是上一篇 《sing-box 在 macOS 唤醒后长时间断网问题的诊断和fix》 的后续。 这次最后确认下来,主因还是 sing-box 的配置,不是 wake recover script。 做了以下修改项 - `default_domain_resolver = "local"` - `remote` 改回 `223.5.5.5 + detour=select` - 去掉显式 `tun-in -> select` - 关闭 `reverse_map ... read more →

Tip 相关具体代码查看 fix(singbox): 处理sing-box 在 macOS 唤醒后长时间断网问题 · xbpk3t/dotfiles@4cd4fad sing-box 在 macOS 唤醒后为什么会坏,以及这次方案为什么有效 这次问题的核心,不是 “Wi-Fi DNS 配错了”,而是 macOS sleep/wake 之后,sing-box 的运行态和系统网络态失同步了。 证据很直接:排障记录里,Wi-Fi DNS 一直还是 223.5.5.5,launchctl print ... read more →