📝 update documentation for the pass_handler

This commit is contained in:
otthorn 2021-04-14 19:19:27 +02:00
parent 8447fa0db9
commit 0913cc9eae

7
lib.py
View file

@ -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