mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Fix python documentation warning on functions.rst inplace_cb_reply.
This commit is contained in:
parent
a3e2bfbb0c
commit
c8390e390d
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
|
- Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
|
||||||
This adds the option http-notls-downstream: yesno to change that,
|
This adds the option http-notls-downstream: yesno to change that,
|
||||||
and the dohclient test code has the -n option.
|
and the dohclient test code has the -n option.
|
||||||
|
- Fix python documentation warning on functions.rst inplace_cb_reply.
|
||||||
|
|
||||||
16 October 2020: Wouter
|
16 October 2020: Wouter
|
||||||
- Fix that the out of order TCP processing does not limit the
|
- Fix that the out of order TCP processing does not limit the
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ Inplace callbacks
|
||||||
:param opt_list_out: :class:`edns_option`. EDNS option list to append options to.
|
:param opt_list_out: :class:`edns_option`. EDNS option list to append options to.
|
||||||
:param region: :class:`regional`
|
:param region: :class:`regional`
|
||||||
:param \*\*kwargs: Dictionary that may contain parameters added in a future
|
:param \*\*kwargs: Dictionary that may contain parameters added in a future
|
||||||
release. Current parameters:
|
release. Current parameters:
|
||||||
``repinfo``: :class:`comm_reply`. Reply information for a communication point.
|
``repinfo``: :class:`comm_reply`. Reply information for a communication point.
|
||||||
|
|
||||||
.. function:: inplace_cb_query(qinfo, flags, qstate, addr, zone, region)
|
.. function:: inplace_cb_query(qinfo, flags, qstate, addr, zone, region)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue