
在Mac Os 系统搭建AdGuardHome
AdGuardHome是干啥的,这里不再描述了
自行搜索查找相关资料介绍
https://github.com/AdguardTeam/AdGuardHome/releases?src=vpslala.com
下载选择适合自己平台的可直接运行程序文件 这里下载的是AdGuardHome_darwin_amd64
1
2
3
4
5
6
7
8
https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0-b.9/AdGuardHome_darwin_amd64.zip
unzip AdGuardHome_darwin_amd64.zip && cd AdGuardHome
cp ./AdGuardHome /usr/local/bin/
AdGuardHome -s install
sudo launchctl list AdGuardHome
cat /Library/LaunchDaemons/AdGuardHome.plist
sudo lsof -iTCP -sTCP:LISTEN -P -n|grep AdGuard
最后还有一个重要的环节,那就是开机启动AdGuardHome
launchctl load -w /Library/LaunchDaemons/AdGuardHome.plist
首次安装AdGuardHome访问localhost:3000
即可进入AdGuardHome
端口可在AdGuardHome设置。。。
记的修改你电脑的dns地址为127.0.0.1