Match zone target to provider ID

This commit is contained in:
Roger D. Winans
2021-08-02 12:53:43 -04:00
committed by GitHub
parent e8ebe936be
commit b873997ef5
+1 -1
View File
@@ -76,7 +76,7 @@ class MythicBeastsProvider(BaseProvider):
zones:
my.domain.:
targets:
- mythic
- mythicbeasts
'''
RE_MX = re.compile(r'^(?P<preference>[0-9]+)\s+(?P<exchange>\S+)$',