Added http-lookup.* to resource fetch

This commit is contained in:
mdecimus 2024-12-25 10:44:06 +01:00
parent aa4b9978c2
commit ad30478bd8

View file

@ -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.")