1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

use the PTR value that is shown in logs

This commit is contained in:
Viranch Mehta
2021-08-18 12:14:50 -07:00
parent 4517df555d
commit 7b748de2b3

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)