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

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

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+)$',