update
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
cd16a5d523
commit
ca0051a6f5
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ if __name__ == "__main__":
|
||||||
addr = first_addr.reverse_pointer
|
addr = first_addr.reverse_pointer
|
||||||
name = "{}.place5.ungleich.ch".format(str(first_addr).replace(":",""))
|
name = "{}.place5.ungleich.ch".format(str(first_addr).replace(":",""))
|
||||||
record = "{}. IN PTR {}.".format(addr, name)
|
record = "{}. IN PTR {}.".format(addr, name)
|
||||||
|
record = "{}. IN AAAA {}".format(name, first_addr)
|
||||||
|
|
||||||
print(record)
|
print(record)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue