macOS / Linux
复制并执行 shell 安装脚本。它会写入 NO_PROXY/no_proxy,并在可用时追加系统级绕行设置。
curl -fsSL https://bootstrap.singularity-x.ai/downloads/internal-connect.sh | bash
Developer Access Portal / Public Download
internal-connect 会为 *.int.singularity-x.ai 配置直连覆盖,并在支持的平台追加
浏览器或系统代理绕行设置。流量仍然通过 Tailscale 到达企业内网服务。
复制并执行 shell 安装脚本。它会写入 NO_PROXY/no_proxy,并在可用时追加系统级绕行设置。
curl -fsSL https://bootstrap.singularity-x.ai/downloads/internal-connect.sh | bash
使用 PowerShell 安装脚本,写入用户级代理绕行变量,并配置浏览器可用的 PAC / 代理覆盖信息。
powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr https://bootstrap.singularity-x.ai/downloads/internal-connect.ps1 -UseBasicParsing | iex"
如果你的设备或浏览器需要显式代理自动配置,可直接使用 PAC 文件。
https://bootstrap.singularity-x.ai/downloads/internal-connect.pac
routerctl 安装命令。