Start using dnsproxy

This commit is contained in:
Andrey Meshkov
2018-12-24 15:19:52 +03:00
parent b195080012
commit e711f6e5fe
19 changed files with 356 additions and 1652 deletions

View File

@@ -53,6 +53,7 @@ func logRequest(question *dns.Msg, answer *dns.Msg, result *dnsfilter.Result, el
return
}
}
if answer != nil {
a, err = answer.Pack()
if err != nil {