🩹 fix typo
This commit is contained in:
parent
f9c54af626
commit
aa777a3e61
1 changed files with 1 additions and 1 deletions
2
lib.py
2
lib.py
|
@ -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…
Reference in a new issue