✏️ fix typo
This commit is contained in:
parent
afdb949590
commit
6d2409b166
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -180,7 +180,7 @@ def a_records_handler(zone, recordds):
|
|||
|
||||
for record in zone["a_records"]:
|
||||
records[record["hostname"]].append(
|
||||
dns.rdtypes.ANY.A.A((
|
||||
dns.rdtypes.ANY.A.A(
|
||||
dns.rdataclass.IN,
|
||||
dns.rdatatype.A,
|
||||
record["ipv4"],
|
||||
|
|
Loading…
Reference in a new issue