i feel so bad

This commit is contained in:
iceBear67
2026-07-15 14:18:11 +08:00
parent 5b87ce4129
commit fcdb989da3
+2 -36
View File
@@ -4,43 +4,9 @@
1. 有本站的 Gitea 账号并且上传了你的 ssh 公钥 1. 有本站的 Gitea 账号并且上传了你的 ssh 公钥
2. 加入 cloud 组织和 workspace team, 否则无权限 2. 加入 cloud 组织和 workspace team, 否则无权限
3. 通过该连接把 bubble 加入到你的网络中,并允许 subnet router: 3. 通过 `ssh cn-gd-1.sfclub.cc -p 222` 进入容器。
https://login.tailscale.com/admin/invite/29nVnbRZco5N5qBj44UG11 目前只有此办法可用,后续将会引入新的基础设施帮助改善可连接性
如果你想使用 `bubble.ice` 域名服务:
4. 在 Tailscale DNS 中进行如下配置:
![tailscale dns setting](./assets/Screenshot_20260715_012757.png)
5. 启用 MagicDNS. 如果你不能使用 MagicDNS 但能通过某种手段访问 tailnet,参考如下 singbox 配置:
```json5
{
"type": "https",
"tag": "dns-split",
"server": "ns.sab.ee",
"server_port": 443,
"path": "/query-dns", // 注意此处
"domain_resolver": "dns-direct",
"detour": "selector-out"
}
```
对应的分流规则:
```json
{
"domain_suffix": [
"sfclub.cc",
".ice"
],
"server": "dns-split",
"strategy": "prefer_ipv4"
},
```
6. 接下来,使用 `ssh bubble.ice` 进入泡泡。
## 使用须知 ## 使用须知