Fix notification email in case only expiry-TTL changes

This commit is contained in:
2026-02-08 03:03:24 +01:00
parent 81ffdc9925
commit 3d658968d3
4 changed files with 9 additions and 2 deletions

View File

@@ -7,3 +7,6 @@ IPv4 address: {{ipv4}} (changed at: {{last_ipv4_update}})
{% if ipv6_changed %}
IPv6 address: {{ipv6}} (changed at: {{last_ipv6_update}})
{% endif %}
{% if expiry_ttl_changed %}
Expiry-TTL: {{expiry_ttl}}
{% endif %}