added AdGuard Home scripts

This commit is contained in:
Nathan Adhitya
2022-07-19 19:23:56 +07:00
committed by GitHub
parent bf6c0e3f09
commit 885cea3899
3 changed files with 85 additions and 1 deletions

View File

@ -7,6 +7,7 @@ configuration which can be utilised with:
* Dnsmasq
* Unbound
* AdGuard Home
## Usage
@ -39,4 +40,9 @@ configuration which can be utilised with:
**This also applies to users utilising the script alongside Pi-hole.**
Multi-IP Lancache setups are only supported with Dnsmasq or Pi-hole versions >= 2.86 or 2021.09 respectively.
Multi-IP Lancache setups are only supported with Dnsmasq or Pi-hole versions >= 2.86 or 2021.09 respectively.
### Notes for AdGuard Home users
1. In the `config.json`, you may want to add an entry for your non-cached DNS upstreams. You can input this in `ip.adguardhome_upstream` as an array.
2. Once you have ran the script, you can point the upstream list to the text file generated. For example: `upstream_dns_file: "/root/cache-domains/scripts/output/adguardhome/cache-domains.txt"`