feat(dns): support configurable resolver chain

This commit is contained in:
fanyang
2026-06-04 23:14:38 +08:00
parent b207b8a7bb
commit e21046a5fa
7 changed files with 455 additions and 82 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use crate::{
};
use anyhow::Context;
use dashmap::DashSet;
use hickory_resolver::proto::rr::rdata::SRV;
use hickory_proto::rr::rdata::SRV;
use rand::{Rng as _, seq::SliceRandom};
use strum::VariantArray;