🩹 fix typo

master
otthorn 3 years ago
parent f9c54af626
commit aa777a3e61

@ -255,7 +255,7 @@ def srv_records_handler(re2o_zone, dns_zone):
logging.debug(f"SRV = {record}")
# DNS Name obj for SRV
name_ovj = dns.name.from_text(f"{record['service']}_{record['protocol']}")
name_obj = dns.name.from_text(f"{record['service']}_{record['protocol']}")
SRV_obj = SRV.SRV(
dns.rdataclass.IN,

Loading…
Cancel
Save