mirror of
https://github.com/kemko/PowerDNS-Admin.git
synced 2026-01-01 15:45:45 +03:00
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"]
|