请问如何识别客户端 #5905
-
先决条件 我尝试了教程:https://github.com/AdguardTeam/AdGuardHome/wiki/Clients#clientid 其中:DNS-over-HTTPS: .https://example.org/dns-query/my-client 这个方式可以添加识别客户端、 剩下的三个都不能添加: https://my-client.example.org/dns-query quic://my-client.example.org tls://my-client.example.org |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to make sure that:
Inspect the verbose logs of both server and client (if there are ways to do it there) to see if there are any errors related to certificates or domains that cannot be resolved. |
Beta Was this translation helpful? Give feedback.
You need to make sure that:
Your certificate is a wildcard certificate. That is, that it actually covers domain names like
my-client.example.org
.The domain names are actually resolvable by your client. That is, you can query
my-client.example.org
on the client machine and receive an accessible IP address of your AdGuard Home.The certificate must be valid for the client (or, clients should be able to skip verification, if you're using AGH for a local setup).
Inspect the verbose logs of both server and client (if there are ways to do it there) to see if there are any errors related to certificates or domains that cannot be resolved.