refactor(h-hosts): 注释掉 harbor.oo1.dev 域名并添加删除操作

- 在 DOMAINS 数组中注释掉 harbor.oo1.dev 域名
- 添加删除 /etc/hosts 文件中 harbor.oo1.dev 相关条目的命令
This commit is contained in:
严浩
2025-09-04 13:59:56 +08:00
parent ce386e733e
commit 104973b981

View File

@@ -32,6 +32,7 @@ DOMAINS=(
"alist.oo1.dev" "alist.oo1.dev"
) )
# "harbor.oo1.dev" # "harbor.oo1.dev"
# sudo sed -i '/harbor.oo1.dev/d' /etc/hosts
# 统计变量 # 统计变量
ADDED_COUNT=0 ADDED_COUNT=0