mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
287d171d83
Separate Tabs for Reverse Zones (IP4 & IP6)
6 lines
211 B
Python
Executable File
6 lines
211 B
Python
Executable File
|
|
# "boxId":("title","filter")
|
|
class customBoxes:
|
|
boxes = {"reverse": (" ", " "), "ip6arpa": ("ip6","%.ip6.arpa"), "inaddrarpa": ("in-addr","%.in-addr.arpa")}
|
|
order = ["reverse", "ip6arpa", "inaddrarpa"]
|