mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Adguard home behind Traefik have a lot of slowdowns/locks with DOT Server #1397
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1397
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Akruidenberg on GitHub (Mar 20, 2020).
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Problem Description
There is no clear documentation to run adguard behind nginx or traefik to get it working with an DOT server. See my docker compose for an example. With this config, loading a few pages is working fine. But after that, there are a lot of slow downs. Some elements of a web page take more than a minute to load. DOH is working fine with the "AllowUnencryptedDOH" setting in the config file.
There is nothing to see in the logs of Traefik or Adguard.
Rate limit off don't work.
I´m using a oneplus 6 smarphone with Android 10, using the intergrated DOT option. My tablet with Android 10 have the same problem.
However, using adguard with self signed certs without traefik, there are no problems. Maybe my config is wrong,
Proposed Solution
Write docs an get the DOT server working behind traefik. the slowdowns are really frustrating.
Additional Information
@ameshkov commented on GitHub (Mar 20, 2020):
Well, first of all, you don't really need to use AdGuard's DOT if your Traefik instance does TLS encryption by itself.
You can simply do
traefik:853-->adguardhome:53instead@Akruidenberg commented on GitHub (Mar 20, 2020):
I´m doing that right now. Here is my config file for adguard:
Is working fine for first +-3 pages. But after that i get a lot of locks/slowdowns.
@stale[bot] commented on GitHub (May 19, 2020):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.