📝 update documentation for the pass_handler
This commit is contained in:
parent
8447fa0db9
commit
0913cc9eae
1 changed files with 7 additions and 0 deletions
7
lib.py
7
lib.py
|
@ -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…
Reference in a new issue