mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
Merge branch 'main' into patch-3
This commit is contained in:
@@ -8,7 +8,11 @@ tags: [联系]
|
||||
description: 关于如何联系二叉树树~
|
||||
---
|
||||
|
||||
# 官方群
|
||||
# 官方
|
||||
|
||||
## 论坛
|
||||
|
||||
https://bbs.2x.nz
|
||||
|
||||
## Telegram群组
|
||||
|
||||
@@ -24,7 +28,7 @@ description: 关于如何联系二叉树树~
|
||||
|
||||

|
||||
|
||||
# 非官方群
|
||||
# 非官方
|
||||
|
||||
> 粉丝自建
|
||||
|
||||
|
||||
@@ -10,6 +10,32 @@ tags:
|
||||
title: 记录
|
||||
---
|
||||
|
||||
# zt重置设备ID
|
||||
|
||||
在 ZeroTier 中,如果你通过克隆 VM 或复制系统镜像导致 设备 ID(Node 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
|
||||
```
|
||||
|
||||
打开CLI:clash、crash
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user