Implement custom DNS resolver (#3988)

This commit is contained in:
Daniel García
2024-04-27 20:25:34 +02:00
committed by GitHub
parent 2ad33ec97f
commit 27dc67fadd
6 changed files with 345 additions and 255 deletions

View File

@@ -20,7 +20,7 @@ pub use crate::api::{
core::two_factor::send_incomplete_2fa_notifications,
core::{emergency_notification_reminder_job, emergency_request_timeout_job},
core::{event_cleanup_job, events_routes as core_events_routes},
icons::routes as icons_routes,
icons::{is_domain_blacklisted, routes as icons_routes},
identity::routes as identity_routes,
notifications::routes as notifications_routes,
notifications::{AnonymousNotify, Notify, UpdateType, WS_ANONYMOUS_SUBSCRIPTIONS, WS_USERS},