1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Deprecate SpfDnsLookupProcessor

This commit is contained in:
Ross McFarland
2023-09-09 14:46:55 -07:00
parent 4256ad6caf
commit e8a88ac520
2 changed files with 5 additions and 0 deletions

View File

@@ -55,6 +55,9 @@ class SpfDnsLookupProcessor(BaseProcessor):
def __init__(self, name):
self.log.debug(f"SpfDnsLookupProcessor: {name}")
self.log.warning(
'SpfDnsLookupProcessor is DEPRECATED in favor of the version relocated into octodns-spf and will be removed in 2.0'
)
super().__init__(name)
def _get_spf_from_txt_values(