AdguardTeam / AdguardTeam/AdGuardHome
Can't get Adguard distinguish clients with DoT and DoH with NPM as reverse proxy
- Lingua principale
- TypeScript
- Stelle
- 36.9k
- Fork
- 2.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.