Fix(dns): miss response
This commit is contained in:
parent
d839973334
commit
f0a5ff76a6
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ func withFakeIP(cache *cache.Cache, pool *fakeip.Pool) handler {
|
||||||
putMsgToCache(cache, ip.String(), msg)
|
putMsgToCache(cache, ip.String(), msg)
|
||||||
|
|
||||||
setMsgTTL(msg, 1)
|
setMsgTTL(msg, 1)
|
||||||
|
w.WriteMsg(msg)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue