Closed alexzorin closed 2 years ago
Hi,
In create_new_domain_record, this package is overriding the ttl kwarg, which comes from the domain's overall TTL (from SOA):
create_new_domain_record
ttl
https://github.com/koalalorenzo/python-digitalocean/blob/ebea58fddf2ceea35c027bfa66f2fa9f5debfd64/digitalocean/Domain.py#L83-L84
which is populated earlier here:
https://github.com/koalalorenzo/python-digitalocean/blob/ebea58fddf2ceea35c027bfa66f2fa9f5debfd64/digitalocean/Domain.py#L24-L30
Consequently, the ttl kwarg is ignored.
This affects https://github.com/certbot/certbot/pull/9149.
Closing for inactivity! Feel free to comment or open a new one if needed!
Hi,
In
create_new_domain_record
, this package is overriding thettl
kwarg, which comes from the domain's overall TTL (from SOA):https://github.com/koalalorenzo/python-digitalocean/blob/ebea58fddf2ceea35c027bfa66f2fa9f5debfd64/digitalocean/Domain.py#L83-L84
which is populated earlier here:
https://github.com/koalalorenzo/python-digitalocean/blob/ebea58fddf2ceea35c027bfa66f2fa9f5debfd64/digitalocean/Domain.py#L24-L30
Consequently, the
ttl
kwarg is ignored.This affects https://github.com/certbot/certbot/pull/9149.