Skip to content

Commit

Permalink
Updated valid record types for DreamHost integration (#1110)
Browse files Browse the repository at this point in the history
* Updated valid record types for dreamhost integration

* Forgot remaining
  • Loading branch information
JerrettDavis authored Feb 13, 2022
1 parent 26be2bd commit b1fe3fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lexicon/providers/dreamhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ def _authenticate(self):

for record in data:
if record.get("record", "") == self.domain and record.get("type", "") in [
"A",
"AAAA",
"A", "AAAA", "CNAME", "MX", "NS", "SOA", "TXT", "SRV"
]:
self.domain_id = self.domain
break
Expand Down

0 comments on commit b1fe3fb

Please sign in to comment.