This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
use the PTR value that is shown in logs
pull/754/head
Viranch Mehta
4 years ago
parent
4517df555d
commit
7b748de2b3
No known key found for this signature in database
GPG Key ID:
D83D1392AE9F93B4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
.
value
s
[
0
]
]
record
.
values
=
[
record
.
value
]
new_desired
.
add_record
(
record
)
Write
Preview
Loading…
Cancel
Save