fix(server): Require Rust bridge for DNS packet processing; remove synchronous TypeScript fallback; change handler API to accept IDnsQuestion and adjust query API
This commit is contained in:
@@ -24,10 +24,8 @@ export {
|
||||
}
|
||||
|
||||
// third party
|
||||
import * as dnsPacket from 'dns-packet';
|
||||
import * as minimatch from 'minimatch';
|
||||
|
||||
export {
|
||||
dnsPacket,
|
||||
minimatch,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user