Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2017-08-03 13:13:21 +02:00
parent cd16a5d523
commit ca0051a6f5
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ if __name__ == "__main__":
addr = first_addr.reverse_pointer
name = "{}.place5.ungleich.ch".format(str(first_addr).replace(":",""))
record = "{}. IN PTR {}.".format(addr, name)
record = "{}. IN AAAA {}".format(name, first_addr)
print(record)