mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-04-02 15:33:36 +03:00
dnsforward: imp code
This commit is contained in:
parent
37ccae4e92
commit
a64fd6b3f0
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ func (s *Server) prepareIpsetListSettings() (ipsets []string, err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ipsets = stringutil.SplitTrimmed(string(data), "\n")
|
ipsets = stringutil.SplitTrimmed(string(data), "\n")
|
||||||
slices.DeleteFunc(ipsets, IsCommentOrEmpty)
|
ipsets = slices.DeleteFunc(ipsets, IsCommentOrEmpty)
|
||||||
|
|
||||||
log.Debug("dns: using %d ipset rules from file %q", len(ipsets), fn)
|
log.Debug("dns: using %d ipset rules from file %q", len(ipsets), fn)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue