Merge branch 'main' into patch-3

This commit is contained in:
二叉树树
2025-08-27 20:14:26 +08:00
committed by GitHub
3 changed files with 39 additions and 3 deletions

View File

@@ -8,7 +8,11 @@ tags: [联系]
description: 关于如何联系二叉树树~
---
# 官方
# 官方
## 论坛
https://bbs.2x.nz
## Telegram群组
@@ -24,7 +28,7 @@ description: 关于如何联系二叉树树~
![](../assets/images/2025-08-15-03-24-11-image.png)
# 非官方
# 非官方
> 粉丝自建

View File

@@ -10,6 +10,32 @@ tags:
title: 记录
---
# zt重置设备ID
在 ZeroTier 中,如果你通过克隆 VM 或复制系统镜像导致 设备 IDNode ID重复需要重置设备 ID。ZeroTier 的设备 ID 是基于本机生成的私钥,无法在软件内直接修改,但可以通过以下方法重置:
方法 1在 Linux / Debian 上重置
停止 ZeroTier 服务:
```shell
sudo systemctl stop zerotier-one
```
删除本地身份文件Node ID
```shell
sudo rm -rf /var/lib/zerotier-one/identity.*
```
注意identity.* 文件包含你的 Node ID如果删除ZeroTier 会生成新的 Node ID。
启动 ZeroTier 服务:
```shell
sudo systemctl start zerotier-one
```
# r2.py所需依赖
```shell
@@ -25,7 +51,7 @@ https://github.com/juewuy/ShellCrash
Tg通知频道https://t.me/ShellClash
```shell
bash -c "$(curl -kfsSl https://raw-githubusercontent-com.072103.xyz/juewuy/ShellClash/master/install.sh)" && source /etc/profile &> /dev/null
bash -c "$(curl -kfsSl https://r2.072103.xyz/shellclash.sh)" && source /etc/profile &> /dev/null
```
打开CLIclash、crash

View File

@@ -459,6 +459,12 @@ import { Icon } from "astro-icon/components";
<div class="font-bold text-black dark:text-white">Zero - Higanbana</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">https://vtdd.vip/</div>
<a href="https://blog.helong.online/" target="_blank" class="friend-card">
<div class="flex items-center gap-2">
<img src="https://blog.lparksi.com/images/icon.webp" loading="lazy" class="w-5 h-5 rounded">
<div class="font-bold text-black dark:text-white">硅基漫游指南</div>
</div>
<div class="text-sm text-black/50 dark:text-white/50">Face life with hope.</div>
</a>
</div>