Claude 长期稳定使用经验:从账号环境到日常习惯
记录我长期使用 Claude 的账号环境、网络设置和设备管理经验。
记录我长期使用 Claude 的账号环境、网络设置和设备管理经验。
本地部署deepseek-v4-flash-0731 Q8无损版
无esim安卓手机申请 giffgaff 的 esim,然后写入到小白卡
介绍使用银联卡通过Google Play订阅Claude
介绍苹果ID改成土区,使用土耳其(土区)苹果ID充值ChatGPT
How I used hermes-agent, GitLab, and GitLab Runner to turn the Larktun documentation site from manual deployment into an automated release flow.
记录我如何用 hermes-agent、GitLab 和 GitLab Runner,把云雀通 Larktun 文档站从手动部署改造成自动发布流程。
I previously wrote an article on headscale unlimited scaling, covering how to transform headscale into a clustered deployment with near-unlimited device capacity.
The core idea is to assign each headscale instance a
client_id, and have all instances share a single database or database cluster.
Headscale Series: Building a Headscale Cluster for Near-Unlimited Device Capacity
Today I’d like to share how to transform a single-instance headscale into a multi-tenant deployment (this post focuses mainly on showcasing results rather than deep technical explanation).
Headscale was originally designed as a single-instance, single-tailnet system. To support multiple tailnets within a single instance, the key is to isolate each tenant’s ACL, tailnet, routes, DNS, and more.
Each tenant has its own independent tailnet. The default address pool is 10.64.0.0/10, but it can be customized — for example, changed to 192.168.6.0/24 — depending on your requirements.
A
defaulttenant is reserved in the system. Users who do not need multi-tenancy can keep using headscale as before — all users will be automatically assigned to thedefaulttenant.
Each tenant has a fully independent ACL with access to the complete set of ACL features.
Each tenant’s routes are also independent and can be configured separately.
Host FQDNs follow the format hostname.<tenant_key>.<dns.base_domain>, where dns.base_domain is shared across all tenants.
The default tenant uses the default subdomain.
The command-line tools have been updated to support tenant functionality. Use -t to specify a tenant.
Each tenant can use the shared relay servers, or configure its own dedicated relay servers for complete isolation from other tenants.
A tenant field has been added to the system to distinguish between tenants.



介绍对 Headscale 进行多租户改造,ACL、路由、DNS等全隔离
hermes-agent 安装教程