mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #750 from solvaholic/patch-1
Clarify Mythic Beasts uses DNS API v1
This commit is contained in:
@@ -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+)$',
|
||||
|
||||
Reference in New Issue
Block a user