Fix(dns): miss response

This commit is contained in:
gVisor bot 2019-07-15 17:44:55 +08:00
parent d839973334
commit f0a5ff76a6

View file

@ -37,6 +37,7 @@ func withFakeIP(cache *cache.Cache, pool *fakeip.Pool) handler {
putMsgToCache(cache, ip.String(), msg)
setMsgTTL(msg, 1)
w.WriteMsg(msg)
return
}
}