AdGuardHome 简介

Snipaste_2021-04-30_17-43-37.jpg
基于 Golang 编写的 AdGuard Home,官方支持 运行在 Linux 32 位 / 64 位 / ARM(v6 / v7)/ MIPS、FreeBSD、Windows、macOS、Docker 内,以及由第三方开发者维护的 OpenWrt 软件包 、Home Assistant 拓展 和 Arch Linux。

下载、安装 AdGuard Home

系统环境:
ubuntu 18.04

下载AdGuard Home

wget https://static.adguard.com/adguardhome/edge/AdGuardHome_linux_amd64.tar.gz -O AdGuardHome.tar.gz

注意: 根据你的系统下载相对应的版本

解压和安装AdGuard Home

sudo tar zxvf AdGuardHome.tar.gz
sudo chmod+x AdguardHome
cd AdGuardHome
sudo ./AdGuardHome --service install

当提示AdGuard Home is successfully installed and will automatically start on boot. 即表示 AdGuard Home 在当前系统上安装成功。在终端上会显示管理后台的地址与端口,默认为 http://IP:3000

AdGuardHome 常用命令

AdGuardHome -s uninstall#卸载AdGuard Home服务。
AdGuardHome -s start    #启动服务。
AdGuardHome -s stop     #停止服务。
AdGuardHome -s restart  #重新启动服务。
AdGuardHome -s status   #显示当前的服务状态。

已知DNS提供商

https://kb.adguard.com/zh/general/dns-providers

常用规则

AdGuard DNS Filter AdGuard 官方维护的广告规则,涵盖多种过滤规则 https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_15_DnsFilter/filter.txt
EasyList Adblock Plus 官方维护的广告规则 https://easylist-downloads.adblockplus.org/easylist.txt
EasyList China 面向中文用户的 EasyList 去广告规则 https://easylist-downloads.adblockplus.org/easylistchina.txt
EasyPrivacy 反隐私跟踪、挖矿规则 https://easylist-downloads.adblockplus.org/easyprivacy.txt
Halflife 规则 涵盖了 EasyList China、EasyList Lite、CJX ’s Annoyance、乘风视频过滤规则,以及补充的其它规则 https://gitee.com/halflife/list/raw/master/ad.txt
Xinggsf 乘风过滤 国内网站广告过滤规则 https://gitee.com/xinggsf/Adblock-Rule/raw/master/rule.txt
Xinggsf 乘风视频过滤 视频网站广告过滤规则 https://gitee.com/xinggsf/Adblock-Rule/raw/master/mv.txt
MalwareDomainList 恶意软件过滤规则 https://www.malwaredomainlist.com/hostslist/hosts.txt
Adblock Warning Removal List 去除禁止广告拦截提示规则 https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
Anti-AD 命中率高、兼容性强 https://anti-ad.net/easylist.txt
Fanboy’s Annoyances List 去除页面弹窗广告规则 https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt

参考文章:
https://sspai.com/post/63088

https://cloud.tencent.com/developer/article/1602879?from=information.detail.%E8%87%AA%E5%BB%BAdns%E6%9C%8D%E5%8A%A1%E5%99%A8