From ad30478bd81f668f0b366cc1065df821df5bdb7b Mon Sep 17 00:00:00 2001 From: mdecimus Date: Wed, 25 Dec 2024 10:44:06 +0100 Subject: [PATCH] Added http-lookup.* to resource fetch --- crates/common/src/manager/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/common/src/manager/config.rs b/crates/common/src/manager/config.rs index c93240b8..fba77913 100644 --- a/crates/common/src/manager/config.rs +++ b/crates/common/src/manager/config.rs @@ -386,6 +386,7 @@ impl ConfigManager { external.version.clone_from(&value); external.keys.push(ConfigKey::from((key, value))); } else if key.starts_with("spam-filter.") + || key.starts_with("http-lookup.") || key.starts_with("server.asn.") || key.starts_with("queue.quota.") || key.starts_with("queue.throttle.")