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:
@@ -76,7 +76,7 @@ class MythicBeastsProvider(BaseProvider):
|
|||||||
zones:
|
zones:
|
||||||
my.domain.:
|
my.domain.:
|
||||||
targets:
|
targets:
|
||||||
- mythic
|
- mythicbeasts
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RE_MX = re.compile(r'^(?P<preference>[0-9]+)\s+(?P<exchange>\S+)$',
|
RE_MX = re.compile(r'^(?P<preference>[0-9]+)\s+(?P<exchange>\S+)$',
|
||||||
|
|||||||
Reference in New Issue
Block a user