- Get the tunnel token for CloudFlare from CloudFlare Zero Trust dashboard.
cp .env.example .env- Copy the token to the
TUNNEL_TOKENvariable inside.env.
cp ddclient/ddclient.conf.example ddclient/ddclient.conf- Change the value of
top_domain,api_token,domain_that_need_ddns.
docker compose up -d
- After the Adguard Home service is started, use
nanowithsudoto edit its configuration file indata/adguard/conf/AdGuardHome.yaml. - Find
tls.allow_unencrypted_dohand set it totrue. - Restart the Adguard Home service and unencrypted DoH will be enabled to support for reverse proxy.