mirror of
https://github.com/miekg/dns.git
synced 2025-10-16 12:21:00 +02:00
doc
This commit is contained in:
parent
9d4cbdbcc8
commit
38d15b76e2
@ -53,8 +53,7 @@ func doFunkenSturm(pkt *dns.Msg) (ret []byte) {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Loop through the Funks and decide what to do with
|
||||
// the packet.
|
||||
// Loop through the Funks and decide what to do with the packet.
|
||||
for _, f := range f.Funk {
|
||||
if m, ok := f.Match(pkt); ok {
|
||||
ret = f.Action(m)
|
||||
|
Loading…
x
Reference in New Issue
Block a user