mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
docs(posts): 更新记录文档中的命令格式和shellclash安装链接
更新ZeroTier相关命令的格式,添加代码块标记 修改shellclash安装脚本的下载链接为新的地址
This commit is contained in:
@@ -18,19 +18,23 @@ title: 记录
|
||||
|
||||
停止 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所需依赖
|
||||
|
||||
@@ -47,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
|
||||
|
||||
Reference in New Issue
Block a user