mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Lower severity
This commit is contained in:
parent
bc42eda1c8
commit
1f7b247138
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func HandleCaptivePortalQuery(msg *dns.Msg, question *dns.Question, ips *Captive
|
||||||
if !ok {
|
if !ok {
|
||||||
qType = fmt.Sprint(question.Qtype)
|
qType = fmt.Sprint(question.Qtype)
|
||||||
}
|
}
|
||||||
dlog.Noticef("Query for captive portal detection: [%v] (%v)", question.Name, qType)
|
dlog.Infof("Query for captive portal detection: [%v] (%v)", question.Name, qType)
|
||||||
return respMsg
|
return respMsg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue