AGHelper is a simple script to help you install and manage AdGuardHome on your Linux server.
AGHelper is licensed as GPLv2.0 (like the Linux kernel) . You may use it under either license.
Global:
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/p-w-p/AGHelper/main/upstream.sh" && chmod +x install.sh && bash install.sh
Chinese mainland:
wget -N --no-check-certificate -q -O install.sh "https://testingcf.jsdelivr.net/gh/p-w-p/AGHelper/upstream.sh" && chmod +x install.sh && bash install.sh
- Github Copilot: https://github.com/features/copilot
- AdGuardHome: https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#upstreams-for-domains
Enjoy!