为什么使用 singbox

singbox 有内建的 tailscale 支持 对于我这种 kdeconnect 重度依赖用户来说 无法抗拒

如何使用

正常来说 加上"endpoints"配置应该就能正常工作 如:

"endpoints": [
  {
    "type": "tailscale",
    "tag": "ts-ep",
    "state_directory": "",
    "auth_key": "",
    "control_url": "",
    "ephemeral": false,
    "hostname": "",
    "accept_routes": false,
    "exit_node": "",
    "exit_node_allow_lan_access": false,
    "advertise_routes": [],
    "advertise_exit_node": false,
    "udp_timeout": "5m"
  }
]

但是我使用的时候依旧无法连接 查阅#1818后 尝试在"rules"加入以下配置:

{
  "ip_is_private": true,
  "package_name": ["org.kde.kdeconnect_tp"],
  "outbound": "ts-ep"
}

问题得到了解决

其中 重点是"ip_is_private": true与群友讨论后猜测其使 kde-connect 的私有流量都经过了 tailscale 出站

至此 成功实现同时使用代理与 kde-connect