Browse Source

use the PTR value that is shown in logs

pull/754/head
Viranch Mehta 4 years ago
parent
commit
7b748de2b3
No known key found for this signature in database GPG Key ID: D83D1392AE9F93B4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/base.py

+ 1
- 1
octodns/provider/base.py View File

@ -61,7 +61,7 @@ class BaseProvider(BaseSource):
'will use only %s for %s', record.value,
record.fqdn)
record = record.copy()
record.values = [record.values[0]]
record.values = [record.value]
new_desired.add_record(record)


Loading…
Cancel
Save