mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-10 15:40:28 +00:00
6 lines
211 B
Python
6 lines
211 B
Python
|
|
||
|
# "boxId":("title","filter")
|
||
|
class customBoxes:
|
||
|
boxes = {"reverse": (" ", " "), "ip6arpa": ("ip6","%.ip6.arpa"), "inaddrarpa": ("in-addr","%.in-addr.arpa")}
|
||
|
order = ["reverse", "ip6arpa", "inaddrarpa"]
|