Merge remote-tracking branch 'origin/master' into ns1-shared-notifylist

This commit is contained in:
Ross McFarland
2021-08-03 08:19:32 -07:00
+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+)$',