Howto adguard

From Vidalinux Wiki
Revision as of 04:02, 6 February 2024 by 10.233.102.148 (talk)
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

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