AdguardTeam / AdguardTeam/AdGuardHome
Can't get Adguard distinguish clients with DoT and DoH with NPM as reverse proxy
- Langage dominant
- TypeScript
- Étoiles
- 36.9k
- Forks
- 2.5k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [X] I have searched other issues and found no duplicates
- [X] I want to report a bug and not ask a question
### Operating system type
Linux, Other (please mention the version in the description)
### CPU architecture
AMD64
### Installation
Docker
### Setup
On one machine
### AdGuard Home version
v0.107.29
### Description
Hi, after many hours of trying to make everything set up I came here
Adguard on rootless podman + Nginx-Proxy-Manager as proxy
NPM IP - 10.89.1.21
My custom location: (/dns-query -> 10.89.1.21:{ui_port})
```
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_bind 10.89.1.21
```
My trusted_proxies:
```
trusted_proxies:
- 127.0.0.0/8
- ::1/128
- 10.89.1.21
```
It seems I'm terribly misunderstanding headers or something
And the same with DoT, it's in the trusted proxies, but still no result(or I check in a wrong way)
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.