Thanks re2o
This commit is contained in:
parent
dab35f441c
commit
be3f16bb8a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -208,7 +208,7 @@ def aaaa_records_handler(zone, records):
|
|||
|
||||
for record in zone["aaaa_records"]:
|
||||
|
||||
ipv6_addr = record["ipv6"]
|
||||
ipv6_addr = record["ipv6"][0]["ipv6"] # thanks re2o
|
||||
|
||||
records[record["hostname"]].append(
|
||||
AAAA.AAAA(
|
||||
|
|
Loading…
Reference in a new issue