cache: modify cache ver check method, add ipset, nftset after restart.
This commit is contained in:
@@ -35,7 +35,6 @@ TEST_F(DualStack, ipv4_prefer)
|
||||
{
|
||||
smartdns::MockServer server_upstream;
|
||||
smartdns::Server server;
|
||||
std::map<int, int> qid_map;
|
||||
|
||||
server_upstream.Start("udp://0.0.0.0:61053", [&](struct smartdns::ServerRequestContext *request) {
|
||||
if (request->qtype == DNS_T_A) {
|
||||
|
||||
Reference in New Issue
Block a user