mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-09 09:10:12 +03:00
Pull request 2321: upd-go-deps
Merge in DNS/adguard-home from upd-go-deps to master Squashed commit of the following: commit 2c0b63da2ec8bbf19bc7dbb03c0166f6f9a5d822 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Dec 12 14:42:31 2024 +0300 all: upd go deps, tools
This commit is contained in:
parent
d3cc2dc930
commit
dedbadafc4
23 changed files with 194 additions and 299 deletions
internal/dnsforward
|
@ -81,7 +81,7 @@ func (s *Server) clientIDFromDNSContext(pctx *proxy.DNSContext) (clientID string
|
|||
|
||||
cliSrvName, err := clientServerName(pctx, proto)
|
||||
if err != nil {
|
||||
return "", err
|
||||
return "", fmt.Errorf("getting client server-name: %w", err)
|
||||
}
|
||||
|
||||
clientID, err = clientIDFromClientServerName(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue