Merge pull request #750 from solvaholic/patch-1

Clarify Mythic Beasts uses DNS API v1
This commit is contained in:
Ross McFarland
2021-08-02 13:14:54 -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+)$',