docs(adguard): add note on trusted proxies

This commit is contained in:
Viren070
2025-07-15 21:08:51 +01:00
parent b3a25eda9f
commit e6423d54ed
+1
View File
@@ -10,6 +10,7 @@ ADGUARD_PORT=3000
# - Set `tls.enabled` to true
# - Set `tls.server_name` to your domain name - adguard.${DOMAIN} (e.g. adguard.example.com)
# - Set `tls.allow_unencrypted_doh` to true
# - Add 172.16.0.0/12 to the `dns.trusted_proxies` list
# Save the file.
# 6. Now, recreate the container with `docker compose up -d adguard` (in /opt/docker)