Merge branch 'master' into gcore-provider

This commit is contained in:
Yaroshevich Denis
2021-08-03 11:01:10 +03:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
# These are supported funding model platforms
github: ross
+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+)$',