Merge branch 'master' into ns1-monitors-gc-existing

This commit is contained in:
Ross McFarland
2021-08-03 13:47:55 -07:00
committed by GitHub
+3 -3
View File
@@ -70,13 +70,13 @@ class MythicBeastsProvider(BaseProvider):
...
mythicbeasts:
class: octodns.provider.mythicbeasts.MythicBeastsProvider
passwords:
my.domain.: 'password'
passwords:
my.domain.: 'DNS API v1 password'
zones:
my.domain.:
targets:
- mythic
- mythicbeasts
'''
RE_MX = re.compile(r'^(?P<preference>[0-9]+)\s+(?P<exchange>\S+)$',