Howto adguard

From Vidalinux Wiki
Revision as of 21:33, 6 February 2024 by Mandulete1 (talk | contribs) (→‎settings)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

docker

first we need to install docker and docker-compose:

https://wiki.vidalinux.org/index.php/Howto_docker

install adguard

download adguard docker-compose from our github repo:

mkdir adguard && cd adguard
wget https://raw.githubusercontent.com/vidalinux/docker/master/docker-adguard/docker-compose.yaml

deploy the adguard docker container:

docker-compose up -d

monitor container logs:

docker-compose logs -f

enter adguard interface to configure the system:

http://172.19.0.2

settings

upstreams dns servers:

https://dns.nextdns.io
https://dns.adguard-dns.com/dns-query

alternative bootstrap dns server:

1.1.1.1
8.8.8.8
1.0.0.1
1.1.1.2
1.0.0.2

dnssec resolver check:

https://wander.science/projects/dns/dnssec-resolver-test

references