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:
@@ -16,10 +16,9 @@ export const events = { EventEmitter };
|
||||
// pushrocks scope
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrequest from '@push.rocks/smartrequest';
|
||||
import * as smartrust from '@push.rocks/smartrust';
|
||||
|
||||
export { smartdelay, smartenv, smartpromise, smartrequest, smartrust };
|
||||
export { smartdelay, smartenv, smartpromise, smartrust };
|
||||
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user