📝 update documentation for the pass_handler

master
otthorn 3 years ago
parent 8447fa0db9
commit 0913cc9eae

@ -350,6 +350,13 @@ def dname_records_handler(re2o_zone, dns_zone):
def pass_handler(zone, records):
"""
Do nothing (pass)
Handler which does nothing, used for edge cases like the pseudo-record
`name` returned by Re2oAPI or to disable some other handlers in the
`HANDLERS` variable.
"""
pass

Loading…
Cancel
Save