refactor: 优化域名列表和脚本组织

- 移除了一些未使用的 AdGuard 过滤列表
- 更新了 ACME脚本路径,从 acme.sh 改为 acme
- 更新了 ACME 安装命令
This commit is contained in:
2025-05-14 22:53:25 +08:00
parent bf4e5d8aeb
commit 08725bc1fa
5 changed files with 4 additions and 215516 deletions

View File

@@ -3,7 +3,7 @@
## ACME安装
```bash
curl https://git.sugarscat.cn/me/script/-/raw/main/acme.sh/acme.sh | sh -s -- --install
curl https://git.sugarscat.cn/me/script/-/raw/main/acme/acme.sh | sh -s -- --install
```
> [!tip] 安装程序会自动做以下操作

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -3,12 +3,10 @@
- file: docker/install.sh
source: https://raw.githubusercontent.com/docker/docker-install/master/install.sh
# AdGuard
- file: adguard/filter_1.txt
source: https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt
#- file: adguard/filter_1.txt
# source: https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt
- file: adguard/217heidai.txt
source: https://raw.githubusercontent.com/217heidai/adblockfilters/main/rules/adblockdns.txt
- file: adguard/HaGeZi_Normal_Blocklist.txt
source: https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/multi.txt
# acme.sh
- file: acme.sh/acme.sh
- file: acme/acme.sh
source: https://raw.githubusercontent.com/acmesh-official/acme.sh/master/acme.sh